MCPcopy Create free account
hub / github.com/breck7/scroll / get

Method get

external/.scrollLibs.js:16213–16216  ·  view source on GitHub ↗
(cuePath)

Source from the content-addressed store, hash-verified

16211 if (hit) return hit.getLine().substr((prefix + this.atomBreakSymbol).length)
16212 }
16213 get(cuePath) {
16214 const particle = this._getParticleByPath(cuePath)
16215 return particle === undefined ? undefined : particle.content
16216 }
16217 getOneOf(keys) {
16218 for (let i = 0; i < keys.length; i++) {
16219 const value = this.get(keys[i])

Callers 15

getOneOfMethod · 0.95
setPropertiesMethod · 0.95
.scrollLibs.jsFile · 0.45
leFunction · 0.45
yeFunction · 0.45
SeFunction · 0.45
LeFunction · 0.45
aFunction · 0.45
tFunction · 0.45
_getMatchingParserMethod · 0.45
getBiDirectionalMapsMethod · 0.45
getOneHotMethod · 0.45

Calls 1

_getParticleByPathMethod · 0.95

Tested by

no test coverage detected