MCPcopy
hub / github.com/osnr/TabFS / depth

Function depth

extension/background.js:194–194  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

192// 'last-focused'.
193function makeDefaultRouteForDirectory(path) {
194 function depth(p) { return p === '/' ? 0 : (p.match(/\//g) || []).length; }
195
196 // find all direct children
197 let entries = Object.keys(Routes)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected