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

Method renameAll

external/.scrollLibs.js:17243–17246  ·  view source on GitHub ↗
(oldName, newName)

Source from the content-addressed store, hash-verified

17241 return this
17242 }
17243 renameAll(oldName, newName) {
17244 this.findParticles(oldName).forEach(particle => particle.setCue(newName))
17245 return this
17246 }
17247 _deleteAllChildParticlesWithCue(cue) {
17248 if (!this.has(cue)) return this
17249 const allParticles = this._getSubparticlesArray()

Callers

nothing calls this directly

Calls 3

findParticlesMethod · 0.95
forEachMethod · 0.80
setCueMethod · 0.80

Tested by

no test coverage detected