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

Function link

examples/basic-usage-examples.js:241–243  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

239
240 it('Supports hyperlinking cell content using the href option', () => {
241 function link(text) {
242 return hyperlink('http://example.com', text);
243 }
244 function makeTable() {
245 const table = new Table({
246 colWidths: [11, 5, 5],

Callers 1

Calls 1

hyperlinkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…