(effect: Effect.Effect<A, E>)
| 1614 | const core = makeCoreDb(fuma); |
| 1615 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 1616 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 1617 | |
| 1618 | // Populated once, never mutated after startup. |
| 1619 | const staticTools = new Map<string, StaticTools>(); |
no test coverage detected