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

Function chalkGrey

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

Source from the content-addressed store, hash-verified

13}
14
15export function chalkGrey(text: string) {
16 return chalk.hex("#878C99")(text);
17}
18
19export function chalkError(text: string) {
20 return chalk.hex("#E11D48")(text);

Callers 11

runBuildFunction · 0.90
setupFunction · 0.90
logESMRequireErrorFunction · 0.90
listProfilesFunction · 0.85
printInitialBannerFunction · 0.85
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…