Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli-table/cli-table3
/ draw
Method
draw
src/cell.js:317–322 ·
view source on GitHub ↗
(lineNum)
Source
from the content-addressed store, hash-verified
315
constructor() {}
316
317
draw(lineNum) {
318
if
(typeof lineNum ===
'number'
) {
319
debug(`${this.y}-${this.x}: 1x1 ColSpanCell`);
320
}
321
return
''
;
322
}
323
324
init() {}
325
Callers
nothing calls this directly
Calls
1
debug
Function · 0.85
Tested by
no test coverage detected