Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ getIsRemoteMode
Function
getIsRemoteMode
src/bootstrap/state.ts:1611–1613 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1609
}
1610
1611
export
function
getIsRemoteMode(): boolean {
1612
return
STATE.isRemoteMode
1613
}
1614
1615
export
function
setIsRemoteMode(value: boolean): void {
1616
STATE.isRemoteMode = value
Callers
15
buildStatusLineCommandInput
Function · 0.85
MessagesImpl
Function · 0.85
ModeIndicator
Function · 0.85
useKickOffCheckAndDisableAutoModeIfNeeded
Function · 0.85
initialize
Function · 0.85
index.ts
File · 0.85
isHidden
Function · 0.85
call
Function · 0.85
runHeadless
Function · 0.85
installPluginsAndApplyMcpInBackground
Function · 0.85
runHeadlessStreaming
Function · 0.85
isGateOpen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected