MCPcopy 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

addCredentialUsernameFunction · 0.45
mkdirFunction · 0.45
mkfileFunction · 0.45
deepgetFunction · 0.45
formatInfoRefsFunction · 0.45
_checkoutFunction · 0.45
_commitFunction · 0.45
_getConfigFunction · 0.45
_fetchFunction · 0.45
_deleteBranchFunction · 0.45
_addRemoteFunction · 0.45
_deleteRemoteFunction · 0.45

Calls 1

deepgetFunction · 0.85

Tested by 1

gendocFunction · 0.36