(path: string)
| 296 | mkdir(path: string, options?: StateMkdirOptions): Promise<void>; |
| 297 | readdir(path: string): Promise<string[]>; |
| 298 | readdirWithFileTypes(path: string): Promise<StateDirent[]>; |
| 299 | find(path: string, options?: StateFindOptions): Promise<StateFindEntry[]>; |
| 300 | walkTree(path: string, options?: StateTreeOptions): Promise<StateTreeNode>; |
| 301 | summarizeTree( |
no outgoing calls
no test coverage detected