MCPcopy
hub / github.com/claude-code-best/claude-code / getNodeEnv

Function getNodeEnv

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

Source from the content-addressed store, hash-verified

413
414// exported for testing
415export function getNodeEnv(): string {
416 return process.env.NODE_ENV || 'development'
417}
418
419// exported for testing
420export function getUserType(): string {

Callers 1

shouldSkipPersistenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected