(path: string)
| 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[]; |
| 86 | spaceInfoForPath(path: string): SpaceInfo; |
no outgoing calls
no test coverage detected