MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / info

Function info

packages/cli/src/utils/logger.ts:11–13  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

9 console.log(chalk.yellow(...args));
10 },
11 info(...args: unknown[]) {
12 console.log(chalk.cyan(...args));
13 },
14 success(...args: unknown[]) {
15 console.log(chalk.green(...args));
16 },

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…