(path: string, content: Buffer | string)
| 120 | |
| 121 | // Structural methods. |
| 122 | create(path: string, content: Buffer | string): void; |
| 123 | delete(path: string): void; |
| 124 | rename(from: string, to: string): void; |
| 125 |
no outgoing calls
no test coverage detected