(effect: Effect.Effect<A, E>)
| 1636 | const core = makeCoreDb(fuma); |
| 1637 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 1638 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 1639 | |
| 1640 | // Populated once, never mutated after startup. |
| 1641 | const staticTools = new Map<string, StaticTools>(); |
no test coverage detected