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

Function getIsNonInteractiveSession

src/bootstrap/state.ts:1057–1059  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1055}
1056
1057export function getIsNonInteractiveSession(): boolean {
1058 return !STATE.isInteractive
1059}
1060
1061export function getIsInteractive(): boolean {
1062 return STATE.isInteractive

Callers 15

runFunction · 0.85
setupFunction · 0.85
getBuiltInAgentsFunction · 0.85
isForkSubagentEnabledFunction · 0.85
fileHistoryEnabledFunction · 0.85
generateSessionTitleFunction · 0.85
betas.tsFile · 0.85
isTodoV2EnabledFunction · 0.85
fetchAndStoreChangelogFunction · 0.85
shouldSkipHookDueToTrustFunction · 0.85
enqueueSdkEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected