MCPcopy Index your code
hub / github.com/cli-table/cli-table3 / makeTable

Function makeTable

examples/basic-usage-examples.js:15–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14 it('Basic Usage', function () {
15 function makeTable() {
16 // By default, headers will be red, and borders will be grey
17 let table = new Table({ head: ['a', 'b'] });
18
19 table.push(['c', 'd']);
20
21 return table;
22 }
23
24 let expected = [
25 colors.gray('┌───') + colors.gray('┬───┐'),

Callers 1

printExampleFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…