(uri: string, source?: string)
| 37 | onPathPropertyChanged(path: string): Promise<void>; |
| 38 | resolvePath(path: string, source?: string): string; |
| 39 | uriByString(uri: string, source?: string): URI; |
| 40 | spaceTypeByString(uri: URI): SpaceType; |
| 41 | allCaches(): Promise<Map<string, PathCache>>; |
| 42 | keysForCacheType(type: string): string[]; |
no outgoing calls
no test coverage detected