Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ map
Function
map
packages/driver-adapter-utils/src/result.ts:22–24 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
20
ok: true,
21
value,
22
map(fn) {
23
return
ok(fn(value))
24
},
25
flatMap(fn) {
26
return
fn(value)
27
},
Callers
3
tests.ts
File · 0.85
createBuildOptions
Function · 0.85
_matrix
Function · 0.85
Calls
3
ok
Function · 0.85
err
Function · 0.85
fn
Function · 0.50
Tested by
no test coverage detected