( root: ResolvedOpenSpecRoot )
| 428 | * noun-form suggestions) keys on this, never on `source` directly. |
| 429 | */ |
| 430 | export function isStoreSelectedRoot( |
| 431 | root: ResolvedOpenSpecRoot |
| 432 | ): root is ResolvedOpenSpecRoot & { storeId: string } { |
| 433 | return root.storeId !== undefined; |
| 434 | } |
| 435 | |
| 436 | /** |
| 437 | * Human-mode verification signal for a selected store. Written to stderr so |
no outgoing calls
no test coverage detected