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

Method fromCsv

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

Source from the content-addressed store, hash-verified

17615 this._getUndoStack().push(newVersion) // todo: use diffs?
17616 }
17617 static fromCsv(str) {
17618 return this.fromDelimited(str, ",", '"')
17619 }
17620 // todo: jeez i think we can come up with a better name than "JsonSubset"
17621 static fromJsonSubset(str) {
17622 return new Particle(JSON.parse(str))

Callers 2

fromDiskMethod · 0.95
importCommandMethod · 0.80

Calls 1

fromDelimitedMethod · 0.95

Tested by

no test coverage detected