(path: string)
| 41 | allCaches(): Promise<Map<string, PathCache>>; |
| 42 | keysForCacheType(type: string): string[]; |
| 43 | pathExists(path: string): Promise<boolean>; |
| 44 | addSpaceAdapter(spaceAdapter: SpaceAdapter, primary?: boolean): void; |
| 45 | adapterForPath(path: string): SpaceAdapter; |
| 46 | createSpace(name: string, parentPath: string, definition: SpaceDefinition): void; |
nothing calls this directly
no outgoing calls
no test coverage detected