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

Method loadRequirements

external/.scrollLibs.js:15279–15282  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

15277 return this
15278 }
15279 async loadRequirements(context) {
15280 // todo: remove
15281 await Promise.all(this.map(particle => particle.loadRequirements(context)))
15282 }
15283 getErrors() {
15284 return []
15285 }

Callers

nothing calls this directly

Calls 1

mapMethod · 0.95

Tested by

no test coverage detected