Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mkdir
Function · 0.45
mkfile
Function · 0.45
deepget
Function · 0.45
formatInfoRefs
Function · 0.45
_fetch
Function · 0.45
_log
Function · 0.45
walk
Function · 0.45
_isDescendent
Function · 0.45
_findMergeBase
Function · 0.45
_push
Function · 0.45
walk
Function · 0.45
hasObjectPacked
Function · 0.45
Calls
1
deepget
Function · 0.85
Tested by
no test coverage detected