MCPcopy Index your code
hub / github.com/callstack/agent-device / buildDaemonState

Function buildDaemonState

src/cli/commands/connection.ts:532–534  ·  view source on GitHub ↗
(flags: CliFlags)

Source from the content-addressed store, hash-verified

530}
531
532function buildDaemonState(flags: CliFlags): RemoteConnectionState['daemon'] {
533 return buildRemoteConnectionDaemonState(flags);
534}
535
536type RuntimePreparationNotice = {
537 status: 'deferred';

Callers 1

resolveConnectContextFunction · 0.85

Calls 1

Tested by

no test coverage detected