diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-16 00:42:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-16 10:00:40 +0900 |
| commit | 7c58ca16cb5bc4e14ff5c8c192c67e8a47afeaa1 (patch) | |
| tree | ce32dd3cd5f7f8e290b7774cb2db86f362e2e1ca /crates/shirabe-php-shim/src | |
| parent | b0b97e85720d62eb21fc63f986a5de40c796c869 (diff) | |
| download | php-shirabe-7c58ca16cb5bc4e14ff5c8c192c67e8a47afeaa1.tar.gz php-shirabe-7c58ca16cb5bc4e14ff5c8c192c67e8a47afeaa1.tar.zst php-shirabe-7c58ca16cb5bc4e14ff5c8c192c67e8a47afeaa1.zip | |
feat(port): port HgDriver.php
Diffstat (limited to 'crates/shirabe-php-shim/src')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 6a13fa1..e2d745f 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -592,6 +592,10 @@ pub fn file_exists(path: &str) -> bool { todo!() } +pub fn is_writable(path: &str) -> bool { + todo!() +} + pub fn unlink(path: &str) -> bool { todo!() } |
