(effect: Effect.Effect<A, E>)
| 1988 | const core = makeCoreDb(fuma); |
| 1989 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 1990 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 1991 | |
| 1992 | // Runtime-observed output shapes ("muscle memory"): learned on the |
| 1993 | // execute success path, served by tools.schema when a tool declares no |
no test coverage detected