MCPcopy Create free account
hub / github.com/anomalyco/opencode / mapStoreError

Function mapStoreError

packages/effect-drizzle-sqlite/examples/basic.ts:31–31  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

29}) {}
30
31const mapStoreError = (message: string) => (cause: unknown) => new UserStoreError({ message, cause })
32
33interface UserStoreShape {
34 migrate(): Effect.Effect<void, UserStoreError>

Callers 1

UserStoreClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected