Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
492
let
cachedIsDev: boolean = null;
493
494
function
isDev() {
495
if
(cachedIsDev == null) {
496
cachedIsDev = getApi().getIsDev();
497
}
498
return
cachedIsDev;
499
}
500
501
let
cachedUserName: string = null;
502
Callers
6
handleWaveAIContextMenu
Function · 0.90
doTerminalWrite
Method · 0.90
BuilderAppInner
Function · 0.90
getResolvedUpdateChannel
Function · 0.85
configureAutoUpdater
Function · 0.85
AboutModal
Function · 0.85
Calls
1
getApi
Function · 0.70
Tested by
no test coverage detected