MCPcopy
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
42function shouldApplyRemoteConfigDefaults(command: string | null): boolean {
43 return command !== null;
44}

Callers 1

resolveCliOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected