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

Method getErrors

external/.scrollLibs.js:15283–15285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15281 await Promise.all(this.map(particle => particle.loadRequirements(context)))
15282 }
15283 getErrors() {
15284 return []
15285 }
15286 get lineAtomTypes() {
15287 // todo: make this any a constant
15288 return "undefinedAtomType ".repeat(this.atoms.length).trim()

Callers 3

getAllErrorsMethod · 0.45
getAllErrorsIteratorMethod · 0.45
getParseTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected