MCPcopy
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
1611export function getIsRemoteMode(): boolean {
1612 return STATE.isRemoteMode
1613}
1614
1615export function setIsRemoteMode(value: boolean): void {
1616 STATE.isRemoteMode = value

Callers 15

MessagesImplFunction · 0.85
ModeIndicatorFunction · 0.85
initializeFunction · 0.85
index.tsFile · 0.85
isHiddenFunction · 0.85
callFunction · 0.85
runHeadlessFunction · 0.85
runHeadlessStreamingFunction · 0.85
isGateOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected