MCPcopy Create free account
hub / github.com/cli-table/cli-table3 / initCell

Function initCell

test/cell-test.js:116–119  ·  view source on GitHub ↗
({ wordWrap, wrapOnWordBoundary } = {})

Source from the content-addressed store, hash-verified

114 let tableOptions, cell;
115
116 function initCell({ wordWrap, wrapOnWordBoundary } = {}) {
117 cell = new Cell({ content: 'some text', wordWrap, wrapOnWordBoundary });
118 cell.x = cell.y = 0;
119 }
120
121 beforeEach(() => {
122 utils.wordWrap.mockClear();

Callers 1

cell-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…