MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getIsRemoteMode

Function getIsRemoteMode

src/bootstrap/state.ts:1631–1633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1629}
1630
1631export function getIsRemoteMode(): boolean {
1632 return STATE.isRemoteMode
1633}
1634
1635export function setIsRemoteMode(value: boolean): void {
1636 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

Calls

no outgoing calls

Tested by

no test coverage detected