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

Method getAtomsFrom

external/.scrollLibs.js:15478–15480  ·  view source on GitHub ↗
(startFrom)

Source from the content-addressed store, hash-verified

15476 return require(filePath || moduleName)
15477 }
15478 getAtomsFrom(startFrom) {
15479 return this._getAtoms(startFrom)
15480 }
15481 getFirstAncestor() {
15482 const parent = this.parent
15483 return parent.isRoot() ? this : parent.getFirstAncestor()

Callers 15

listMethod · 0.95
contentMethod · 0.95
getAtomsAsSetMethod · 0.95
macroExpandMethod · 0.80
_getEnumFromAtomTypesMethod · 0.80
getOptionsMethod · 0.80
constantValueAsJsTextMethod · 0.80
constantValueMethod · 0.80
_getInScopeParserIdsMethod · 0.80
anyAtomMethod · 0.80
booleanAtomMethod · 0.80

Calls 1

_getAtomsMethod · 0.95

Tested by

no test coverage detected