MCPcopy Create free account
hub / github.com/Noumena-Network/code / getRemoteControlAtStartup

Function getRemoteControlAtStartup

src/utils/config.ts:1168–1175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1166 * 3. false (Remote Control must be explicitly opted into)
1167 */
1168export function getRemoteControlAtStartup(): boolean {
1169 const explicit = getGlobalConfig().remoteControlAtStartup
1170 if (explicit !== undefined) return explicit
1171 if (feature('CCR_AUTO_CONNECT')) {
1172 if (ccrAutoConnect?.getCcrAutoConnectDefault()) return true
1173 }
1174 return false
1175}
1176
1177export function getCustomApiKeyStatus(
1178 truncatedApiKey: string,

Callers 4

runFunction · 0.85
callFunction · 0.85
onChangeFunction · 0.85

Calls 1

getGlobalConfigFunction · 0.70

Tested by

no test coverage detected