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

Method asMarkdownTable

external/.scrollLibs.js:16491–16493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16489 .map(str => new constructor(str))
16490 }
16491 get asMarkdownTable() {
16492 return this.toMarkdownTableAdvanced(this._getUnionNames(), val => val)
16493 }
16494 toMarkdownTableAdvanced(columns, formatFn) {
16495 const matrix = this._getMatrix(columns)
16496 const empty = columns.map(col => "-")

Callers

nothing calls this directly

Calls 2

_getUnionNamesMethod · 0.95

Tested by

no test coverage detected