Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getIsInteractive
Function
getIsInteractive
src/bootstrap/state.ts:1061–1063 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1059
}
1060
1061
export
function
getIsInteractive(): boolean {
1062
return
STATE.isInteractive
1063
}
1064
1065
export
function
setIsInteractive(value: boolean): void {
1066
STATE.isInteractive = value
Callers
8
isFullscreenActive
Function · 0.85
printResumeHint
Function · 0.85
startBackgroundHousekeeping
Function · 0.85
runVerySlowOps
Function · 0.85
shouldAutoEnableClaudeInChrome
Function · 0.85
checkManagedSettingsSecurity
Function · 0.85
getEventMetadata
Function · 0.85
uploadUserSettingsInBackground
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected