(effect: Effect.Effect<A, E>)
| 1374 | const core = makeCoreDb(fuma); |
| 1375 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 1376 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 1377 | |
| 1378 | // Populated once, never mutated after startup. |
| 1379 | const staticTools = new Map<string, StaticTools>(); |
no test coverage detected