(effect: Effect.Effect<A, E>)
| 1628 | const core = makeCoreDb(fuma); |
| 1629 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 1630 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 1631 | |
| 1632 | // Populated once, never mutated after startup. |
| 1633 | const staticTools = new Map<string, StaticTools>(); |
no test coverage detected