Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ isFieldRef
Function
isFieldRef
packages/client/src/runtime/core/model/FieldRef.ts:26–28 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
isFieldRef(value: unknown): value is FieldRef<string, unknown> {
27
return
value instanceof FieldRefImpl
28
}
Callers
3
deepCloneValue
Function · 0.90
buildInputValue
Function · 0.90
serializeArgumentsValue
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected