Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ set
Method
set
src/utils/DeepMap.js:14–18 ·
view source on GitHub ↗
(keys, value)
Source
from the content-addressed store, hash-verified
12
}
13
14
set(keys, value) {
15
const
lastKey = keys.pop()
16
const
lastMap = deepget(keys, this._root)
17
lastMap.set(lastKey, value)
18
}
19
20
get(keys) {
21
const
lastKey = keys.pop()
Callers
15
mkdir
Function · 0.45
mkfile
Function · 0.45
deepget
Function · 0.45
collect
Function · 0.45
_checkout
Function · 0.45
_fetch
Function · 0.45
_addRemote
Function · 0.45
_findMergeBase
Function · 0.45
_clone
Function · 0.45
readPackIndex
Function · 0.45
setConfig
Function · 0.45
parseRefsAdResponse
Function · 0.45
Calls
1
deepget
Function · 0.85
Tested by
1
gentypedef
Function · 0.36