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

Method asCsv

external/.scrollLibs.js:16337–16339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16335 .join("\n")
16336 }
16337 get asCsv() {
16338 return this.toDelimited(",")
16339 }
16340 _getTypes(header) {
16341 const matrix = this._getMatrix(header)
16342 const types = header.map(i => "int")

Callers

nothing calls this directly

Calls 1

toDelimitedMethod · 0.95

Tested by

no test coverage detected