Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getIsRemoteMode
Function
getIsRemoteMode
src/bootstrap/state.ts:1647–1649 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1645
}
1646
1647
export
function
getIsRemoteMode(): boolean {
1648
return
STATE.isRemoteMode
1649
}
1650
1651
export
function
setIsRemoteMode(value: boolean): void {
1652
STATE.isRemoteMode = value
Callers
15
buildStatusLineCommandInput
Function · 0.85
BuiltInStatusLineContent
Function · 0.85
MessagesImpl
Function · 0.85
ModeIndicator
Function · 0.85
statusNoticeDefinitions.tsx
File · 0.85
useKickOffCheckAndDisableBypassPermissionsIfNeeded
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
Calls
no outgoing calls
Tested by
no test coverage detected