MCPcopy Index your code
hub / github.com/acode/cli / fmt

Function fmt

cli/tabler.js:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 name: delims.vertical[1] + fields.map((f, i) => {
89 let val = o[f];
90 let fmt = v => v;
91 if (Array.isArray(val)) {
92 fmt = val[1];
93 val = val[0];

Callers 1

tabler.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected