Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ isDevelopmentLikeBuild
Function
isDevelopmentLikeBuild
src/utils/bundledMode.ts:64–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
export
function
isDevelopmentLikeBuild(): boolean {
65
return
(
66
process.env.NODE_ENV ===
'development'
||
67
isRunningFromBuildDirectory() ||
68
isRunningFromSourceBuild()
69
)
70
}
Callers
4
getAutoUpdaterDisabledReason
Function · 0.85
initializeWarningHandler
Function · 0.85
getCurrentInstallationType
Function · 0.85
getInstallationPath
Function · 0.85
Calls
2
isRunningFromBuildDirectory
Function · 0.85
isRunningFromSourceBuild
Function · 0.85
Tested by
no test coverage detected