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

Function chalkRun

packages/cli-v3/src/utilities/cliOutput.ts:43–45  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

41}
42
43export function chalkRun(text: string) {
44 return chalk.hex("#A78BFA")(text);
45}
46
47export function logo() {
48 return `${chalk.hex(green).bold("Trigger")}${chalk.hex(purple).bold(".dev")}`;

Callers 4

printDevBannerFunction · 0.85
executeTaskRunMethod · 0.85
#handleLogMethod · 0.85
#handleStdErrMethod · 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…