(effect: Effect.Effect<A, E>)
| 1352 | const core = makeCoreDb(fuma); |
| 1353 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 1354 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 1355 | |
| 1356 | // Populated once, never mutated after startup. |
| 1357 | const staticTools = new Map<string, StaticTools>(); |
no test coverage detected