Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1057
export
function
getIsNonInteractiveSession(): boolean {
1058
return
!STATE.isInteractive
1059
}
1060
1061
export
function
getIsInteractive(): boolean {
1062
return
STATE.isInteractive
Callers
15
prefetchSystemContextIfSafe
Function · 0.85
run
Function · 0.85
setup
Function · 0.85
getBuiltInAgents
Function · 0.85
isForkSubagentEnabled
Function · 0.85
fileHistoryEnabled
Function · 0.85
generateSessionTitle
Function · 0.85
betas.ts
File · 0.85
isTodoV2Enabled
Function · 0.85
fetchAndStoreChangelog
Function · 0.85
shouldSkipHookDueToTrust
Function · 0.85
enqueueSdkEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected