MCPcopy
hub / github.com/wavetermdev/waveterm / isDev

Function isDev

frontend/app/store/global.ts:494–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492let cachedIsDev: boolean = null;
493
494function isDev() {
495 if (cachedIsDev == null) {
496 cachedIsDev = getApi().getIsDev();
497 }
498 return cachedIsDev;
499}
500
501let cachedUserName: string = null;
502

Callers 6

handleWaveAIContextMenuFunction · 0.90
doTerminalWriteMethod · 0.90
BuilderAppInnerFunction · 0.90
getResolvedUpdateChannelFunction · 0.85
configureAutoUpdaterFunction · 0.85
AboutModalFunction · 0.85

Calls 1

getApiFunction · 0.70

Tested by

no test coverage detected