Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ get
Method
get
packages/client-common/src/Cache.ts:7–9 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
5
private _map =
new
Map<K, CacheEntry<V>>()
6
7
get(key: K): V | undefined {
8
return
this._map.get(key)?.value
9
}
10
11
set(key: K, value: V): void {
12
this._map.set(key, { value })
Callers
15
defineDmmfProperty
Function · 0.45
sql
Method · 0.45
values
Method · 0.45
mergeInvalidArgumentTypeErrors
Function · 0.45
getAllClientExtensions
Method · 0.45
getAllBatchQueryCallbacks
Method · 0.45
get
Function · 0.45
has
Function · 0.45
set
Function · 0.45
getOwnPropertyDescriptor
Function · 0.45
getExistingKeys
Function · 0.45
getSingle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected