diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-12 03:54:29 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-12 03:54:29 +0900 |
| commit | db5a0d25d8bdb959a5796535dc450f020c5dd3c8 (patch) | |
| tree | e5c3563e64cac4a9ee0cd070f9053ccb07a2bebc /crates/shirabe-php-shim | |
| parent | a4c885e910f88b48df68e41005513685b16fc182 (diff) | |
| download | php-shirabe-db5a0d25d8bdb959a5796535dc450f020c5dd3c8.tar.gz php-shirabe-db5a0d25d8bdb959a5796535dc450f020c5dd3c8.tar.zst php-shirabe-db5a0d25d8bdb959a5796535dc450f020c5dd3c8.zip | |
feat(port): port ArchivableFilesFilter.php
Diffstat (limited to 'crates/shirabe-php-shim')
| -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 42fb281..7fd7ec1 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -71,4 +71,8 @@ impl PharData { pub fn extract_to(&self, a: &str, b: Option<()>, c: bool) { todo!() } + + pub fn add_empty_dir(&self, a: &str) { + todo!() + } } |
