Home | History | Annotate | Download | only in static-dashboards

Lines Matching full:splitpath

259         var splitPath = startingTriePath.split('/');
260 while (splitPath.length && testsTrie)
261 testsTrie = testsTrie[splitPath.shift()];