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