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

Function buildDeferredRuntimeNotice

src/cli/commands/connection.ts:613–622  ·  view source on GitHub ↗
(remoteConfigPath: string)

Source from the content-addressed store, hash-verified

611}
612
613function buildDeferredRuntimeNotice(remoteConfigPath: string): RuntimePreparationNotice {
614 const nextStep = `agent-device metro prepare --remote-config ${remoteConfigPath}`;
615 return {
616 status: 'deferred',
617 nextStep,
618 message:
619 `Metro runtime is not prepared yet; it will be prepared automatically on first open, ` +
620 `or run "${nextStep}" to inspect it before launch.`,
621 };
622}
623
624function remoteConfigHasMetroSettings(remoteConfigPath: string): boolean {
625 try {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…