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

Method fromSsv

external/.scrollLibs.js:17646–17648  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

17644 return new Particle(lines.map(line => line.join(atomDelimiter)).join(particleDelimiter))
17645 }
17646 static fromSsv(str) {
17647 return this.fromDelimited(str, " ", '"')
17648 }
17649 static fromTsv(str) {
17650 return this.fromDelimited(str, "\t", '"')
17651 }

Callers

nothing calls this directly

Calls 1

fromDelimitedMethod · 0.95

Tested by

no test coverage detected