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

Method getParticlesByGlobPath

external/.scrollLibs.js:16232–16234  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

16230 return newParticle
16231 }
16232 getParticlesByGlobPath(query) {
16233 return this._getParticlesByGlobPath(query)
16234 }
16235 _getParticlesByGlobPath(globPath) {
16236 const edgeSymbol = this.edgeSymbol
16237 if (!globPath.includes(edgeSymbol)) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected