(path: string)
| 343 | return this.adapterForPath(path).spaceInfoForPath(path); |
| 344 | } |
| 345 | public spaceDefForSpace (path: string) { |
| 346 | return this.adapterForPath(path).spaceDefForSpace(path); |
| 347 | } |
| 348 | |
| 349 | public readLabel (path: string) { |
| 350 | return this.adapterForPath(path).readLabel(path); |
nothing calls this directly
no test coverage detected