()
| 246 | } |
| 247 | |
| 248 | private get sectionRootNodeName() { |
| 249 | // /shared-with-me/foo/bar/baz -> foo |
| 250 | return splitPathSegments(this.sectionPath)[0]; |
| 251 | } |
| 252 | |
| 253 | private get sectionPathWithoutRoot() { |
| 254 | // /shared-with-me/foo/bar/baz -> bar/baz |
nothing calls this directly
no test coverage detected