MCPcopy 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
1647export function getIsRemoteMode(): boolean {
1648 return STATE.isRemoteMode
1649}
1650
1651export function setIsRemoteMode(value: boolean): void {
1652 STATE.isRemoteMode = value

Callers 15

BuiltInStatusLineContentFunction · 0.85
MessagesImplFunction · 0.85
ModeIndicatorFunction · 0.85
initializeFunction · 0.85
index.tsFile · 0.85
isHiddenFunction · 0.85
callFunction · 0.85
runHeadlessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected