Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli-table/cli-table3
/ debug
Function
debug
src/debug.js:4–8 ·
view source on GitHub ↗
(msg, min)
Source
from the content-addressed store, hash-verified
2
let
level = 0;
3
4
const
debug = (msg, min) => {
5
if
(level >= min) {
6
messages.push(msg);
7
}
8
};
9
10
debug.WARN = 1;
11
debug.INFO = 2;
Callers
4
draw
Method · 0.85
draw
Method · 0.85
fillInTable
Function · 0.85
debug.js
File · 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…