Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/agent-device
/ shouldApplyRemoteConfigDefaults
Function
shouldApplyRemoteConfigDefaults
src/utils/cli-options.ts:42–44 ·
view source on GitHub ↗
(command: string | null)
Source
from the content-addressed store, hash-verified
40
}
41
42
function
shouldApplyRemoteConfigDefaults(command: string | null): boolean {
43
return
command !== null;
44
}
Callers
1
resolveCliOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected