(path: string, content: any, binary: boolean)
| 155 | return |
| 156 | } |
| 157 | public async writeToPath (path: string, content: any, binary: boolean) { |
| 158 | return |
| 159 | } |
| 160 | |
| 161 | public async childrenForPath (path: string, type?: string): Promise<string[]> { |
| 162 | return [...this.webCache.parentMap.getInverse(path)] |
nothing calls this directly
no outgoing calls
no test coverage detected