()
| 742 | const useCommand = () => cmd ??= getBaseMrt().runSync(makeCommand) |
| 743 | |
| 744 | // one AtomRuntime for the query engine, built lazily from the live app context; |
| 745 | // shares the ManagedRuntime memoMap so layers + Reactivity are the same instances. |
| 746 | let atomRt: AtomClientRuntime | undefined |
| 747 | const getAtomRt = |
no test coverage detected
searching dependent graphs…