Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
const
mapStoreError = (message: string) => (cause: unknown) =>
new
UserStoreError({ message, cause })
32
33
interface
UserStoreShape {
34
migrate(): Effect.Effect<void, UserStoreError>
Callers
1
UserStore
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected