From 7c58ca16cb5bc4e14ff5c8c192c67e8a47afeaa1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 16 May 2026 00:42:39 +0900 Subject: feat(port): port HgDriver.php --- crates/shirabe-php-shim/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/shirabe-php-shim/src') 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!() } -- cgit v1.3.1