(path: string, content: any, binary?: boolean)
| 80 | deletePath(path: string): void; |
| 81 | readPath(path: string): Promise<string>; |
| 82 | writeToPath(path: string, content: any, binary?: boolean): Promise<void>; |
| 83 | parentPathForPath(path: string): string; |
| 84 | readPathCache(path: string): Promise<PathCache>; |
| 85 | allSpaces(): SpaceInfo[]; |
no outgoing calls
no test coverage detected