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

Method convertSubparticlesToDelimited

external/.scrollLibs.js:17468–17471  ·  view source on GitHub ↗
(delimiter = Utils._chooseDelimiter(this.subparticlesToString()))

Source from the content-addressed store, hash-verified

17466 return this.setSubparticles(particle.toDelimited(delimiter))
17467 }
17468 convertSubparticlesToDelimited(delimiter = Utils._chooseDelimiter(this.subparticlesToString())) {
17469 // todo: handle newlines!!!
17470 return this.setSubparticles(this.toDelimited(delimiter))
17471 }
17472 addUniqueRowsToNestedDelimited(header, rowsAsStrings) {
17473 if (!this.length) this.appendLine(header)
17474 // todo: this looks brittle

Callers

nothing calls this directly

Calls 4

subparticlesToStringMethod · 0.95
setSubparticlesMethod · 0.95
toDelimitedMethod · 0.95
_chooseDelimiterMethod · 0.80

Tested by

no test coverage detected