(effect: Effect.Effect<A, E>)
| 2037 | ); |
| 2038 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 2039 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 2040 | |
| 2041 | // Runtime-observed output shapes ("muscle memory"): learned on the |
| 2042 | // execute success path, served by tools.schema when a tool declares no |
no test coverage detected