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

Function getUserType

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

Source from the content-addressed store, hash-verified

417
418// exported for testing
419export function getUserType(): string {
420 return process.env.USER_TYPE || 'external'
421}
422
423function getEntrypoint(): string | undefined {
424 return process.env.CLAUDE_CODE_ENTRYPOINT

Callers 3

insertMessageChainMethod · 0.85
isLoggableMessageFunction · 0.85
cleanMessagesForLoggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected