Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ table
Function
table
packages/cli/src/utils/logger.ts:17–19 ·
view source on GitHub ↗
(rows: any)
Source
from the content-addressed store, hash-verified
15
console.log(chalk.green(...args));
16
},
17
table(rows: any) {
18
console.table(rows);
19
},
20
};
Callers
nothing calls this directly
Calls
1
table
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…