MCPcopy Create free account
hub / github.com/Noumena-Network/code / isInternalBuild

Function isInternalBuild

src/capabilities/static.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 * check used throughout the codebase.
30 */
31export function isInternalBuild(): boolean {
32 return BUILD_SPIN === 'noumena' || BUILD_SPIN === 'internal' || BUILD_SPIN === 'dev' || process.env.USER_TYPE === 'ant'
33}

Callers 15

commands.tsFile · 0.85
tools.tsFile · 0.85
getAllBaseToolsFunction · 0.85
queryLoopFunction · 0.85
runMigrationsFunction · 0.85
startDeferredPrefetchesFunction · 0.85
runFunction · 0.85
logTenguInitFunction · 0.85
setupFunction · 0.85
executeForkedSkillFunction · 0.85
validateInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected