(path string, showRootItem bool)
| 178 | } |
| 179 | |
| 180 | func SplitFileTreePath(path string, showRootItem bool) []string { |
| 181 | return split(InternalTreePathForFilePath(path, showRootItem)) |
| 182 | } |
| 183 | |
| 184 | func InternalTreePathForFilePath(path string, showRootItem bool) string { |
| 185 | if showRootItem { |
no test coverage detected