Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ setIsInteractive
Function
setIsInteractive
src/bootstrap/state.ts:1065–1067 ·
view source on GitHub ↗
(value: boolean)
Source
from the content-addressed store, hash-verified
1063
}
1064
1065
export
function
setIsInteractive(value: boolean): void {
1066
STATE.isInteractive = value
1067
}
1068
1069
export
function
getClientType(): string {
1070
return
STATE.clientType
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected