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

Method getParticlesByRegex

external/.scrollLibs.js:17163–17168  ·  view source on GitHub ↗
(regex)

Source from the content-addressed store, hash-verified

17161 return particle._toStringWithLine()
17162 }
17163 getParticlesByRegex(regex) {
17164 const matches = []
17165 regex = regex instanceof RegExp ? [regex] : regex
17166 this._getParticlesByLineRegex(matches, regex)
17167 return matches
17168 }
17169 // todo: remove?
17170 getParticlesByLinePrefixes(columns) {
17171 const matches = []

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected