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

Function getNodeEnv

src/utils/sessionStorage.ts:442–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440
441// exported for testing
442export function getNodeEnv(): string {
443 return process.env.NODE_ENV || 'development'
444}
445
446// exported for testing
447export function getUserType(): string {

Callers 1

shouldSkipPersistenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected