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

Method toFormattedTable

external/.scrollLibs.js:16409–16411  ·  view source on GitHub ↗
(maxCharactersPerColumn, alignRight = false)

Source from the content-addressed store, hash-verified

16407 return this._toTable(100, false)
16408 }
16409 toFormattedTable(maxCharactersPerColumn, alignRight = false) {
16410 return this._toTable(maxCharactersPerColumn, alignRight)
16411 }
16412 _toTable(maxCharactersPerColumn, alignRight = false) {
16413 const header = this._getUnionNames()
16414 // Set initial column widths

Callers 2

testCommandMethod · 0.80
getParseTableMethod · 0.80

Calls 1

_toTableMethod · 0.95

Tested by

no test coverage detected