MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getNodeEnv

Function getNodeEnv

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

Source from the content-addressed store, hash-verified

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

Callers 1

shouldSkipPersistenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected