MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / has

Method has

src/utils/DeepMap.js:26–30  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

24 }
25
26 has(keys) {
27 const lastKey = keys.pop()
28 const lastMap = deepget(keys, this._root)
29 return lastMap.has(lastKey)
30 }
31}

Callers 14

mkdirFunction · 0.45
mkfileFunction · 0.45
deepgetFunction · 0.45
formatInfoRefsFunction · 0.45
_fetchFunction · 0.45
_logFunction · 0.45
walkFunction · 0.45
_isDescendentFunction · 0.45
_findMergeBaseFunction · 0.45
_pushFunction · 0.45
walkFunction · 0.45
hasObjectPackedFunction · 0.45

Calls 1

deepgetFunction · 0.85

Tested by

no test coverage detected