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

Method asTable

external/.scrollLibs.js:16405–16408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16403 return data.header.join(delimiter) + "\n" + data.rows.map(row => row.join(delimiter)).join("\n")
16404 }
16405 get asTable() {
16406 // Output a table for printing
16407 return this._toTable(100, false)
16408 }
16409 toFormattedTable(maxCharactersPerColumn, alignRight = false) {
16410 return this._toTable(maxCharactersPerColumn, alignRight)
16411 }

Callers

nothing calls this directly

Calls 1

_toTableMethod · 0.95

Tested by

no test coverage detected