()
| 241 | } |
| 242 | |
| 243 | private get sectionPath() { |
| 244 | // /my-files/foo/bar/baz -> foo/bar/baz |
| 245 | return joinPathSegments(splitPathSegments(this.fullPath).slice(2)); |
| 246 | } |
| 247 | |
| 248 | private get sectionRootNodeName() { |
| 249 | // /shared-with-me/foo/bar/baz -> foo |
nothing calls this directly
no test coverage detected