Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/isomorphic-git/isomorphic-git
/ get
Method
get
src/utils/DeepMap.js:20–24 ·
view source on GitHub ↗
(keys)
Source
from the content-addressed store, hash-verified
18
}
19
20
get(keys) {
21
const
lastKey = keys.pop()
22
const
lastMap = deepget(keys, this._root)
23
return
lastMap.get(lastKey)
24
}
25
26
has(keys) {
27
const
lastKey = keys.pop()
Callers
15
addCredentialUsername
Function · 0.45
mkdir
Function · 0.45
mkfile
Function · 0.45
deepget
Function · 0.45
formatInfoRefs
Function · 0.45
_checkout
Function · 0.45
_commit
Function · 0.45
_getConfig
Function · 0.45
_fetch
Function · 0.45
_deleteBranch
Function · 0.45
_addRemote
Function · 0.45
_deleteRemote
Function · 0.45
Calls
1
deepget
Function · 0.85
Tested by
1
gendoc
Function · 0.36