MCPcopy
hub / github.com/codeaashu/claude-code / isBareMode

Function isBareMode

src/utils/envUtils.ts:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 * — notably startKeychainPrefetch() at main.tsx top-level.
59 */
60export function isBareMode(): boolean {
61 return (
62 isEnvTruthy(process.env.CLAUDE_CODE_SIMPLE) ||
63 process.argv.includes('--bare')
64 )
65}
66
67/**
68 * Parses an array of environment variable strings into a key-value object

Callers 15

context.tsFile · 0.85
submitMessageMethod · 0.85
startDeferredPrefetchesFunction · 0.85
runFunction · 0.85
logTenguInitFunction · 0.85
setupFunction · 0.85
isAnthropicAuthEnabledFunction · 0.85
getAuthTokenSourceFunction · 0.85
auth.tsFile · 0.85

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected