(path: string)
| 134 | return this.primary.allFiles(hidden); |
| 135 | } |
| 136 | public resourcePathForPath (path: string) { |
| 137 | return this.adapterForPath(path).resourcePathForPath(path); |
| 138 | } |
| 139 | public parentPathForPath (path: string) { |
| 140 | |
| 141 | return this.adapterForPath(path).parentPathForPath(path); |
nothing calls this directly
no test coverage detected