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

Function updateCheck

packages/cli-v3/src/utilities/initialBanner.ts:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85//only do this once while the cli is running
86let updateCheckPromise: Promise<string | undefined>;
87export function updateCheck(): Promise<string | undefined> {
88 return (updateCheckPromise ??= doUpdateCheck());
89}

Callers 3

updateTriggerPackagesFunction · 0.85
printInitialBannerFunction · 0.85

Calls 1

doUpdateCheckFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…