Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getIsInteractive
Function
getIsInteractive
src/bootstrap/state.ts:1077–1079 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1075
}
1076
1077
export
function
getIsInteractive(): boolean {
1078
return
STATE.isInteractive
1079
}
1080
1081
export
function
setIsInteractive(value: boolean): void {
1082
STATE.isInteractive = value
Callers
9
isFullscreenActive
Function · 0.85
printResumeHint
Function · 0.85
withInteractive
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
1
withInteractive
Function · 0.68