MCPcopy
hub / github.com/triggerdotdev/trigger.dev / chalkLink

Function chalkLink

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

Source from the content-addressed store, hash-verified

29}
30
31export function chalkLink(text: string) {
32 return chalk.underline.hex("#D7D9DD")(text);
33}
34
35export function chalkWorker(text: string) {
36 return chalk.hex("#FFFF89")(text);

Callers 3

whoAmIFunction · 0.85
loginFunction · 0.85
executeTaskRunMethod · 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…