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

Function isStdinOverrideDisabled

src/utils/renderOptions.ts:10–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8let cachedStdinOverride: ReadStream | undefined | null = null
9
10function isStdinOverrideDisabled(): boolean {
11 return isEnvTruthy(
12 process.env.NCODE_DISABLE_STDIN_TTY_OVERRIDE ??
13 process.env.CLAUDE_CODE_DISABLE_STDIN_TTY_OVERRIDE,
14 )
15}
16
17export function resetRenderOptionsForTesting(): void {
18 cachedStdinOverride = null

Callers 1

getStdinOverrideFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.90

Tested by

no test coverage detected