Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setIsRemoteMode
Function
setIsRemoteMode
src/bootstrap/state.ts:1635–1637 ·
view source on GitHub ↗
(value: boolean)
Source
from the content-addressed store, hash-verified
1633
}
1634
1635
export
function
setIsRemoteMode(value: boolean): void {
1636
STATE.isRemoteMode = value
1637
}
1638
1639
// System prompt section accessors
1640
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected