Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/formatjs/formatjs
/ set
Method
set
packages/fast-memoize/index.ts:17–17 ·
view source on GitHub ↗
(key: K, value: V | undefined)
Source
from the content-addressed store, hash-verified
15
interface
DefaultCache<K, V> {
16
get(key: K): V | undefined
17
set(key: K, value: V | undefined): void
18
}
19
20
export
type
Serializer = (args: any[]) => string
Callers
15
rootVersionMap
Function · 0.65
main
Function · 0.65
getChangelogDepsNotes
Function · 0.65
buildAllPackages
Method · 0.65
buildDependencyGraph
Function · 0.65
invertGraph
Function · 0.65
getInternalSlots
Function · 0.65
tailoringEntries
Function · 0.65
bigdecimal.test.ts
File · 0.65
getInternalSlots
Function · 0.65
analyzeProfile
Function · 0.65
getInternalSlots
Function · 0.65
Implementers
1
ObjectWithoutPrototypeCache
packages/fast-memoize/index.ts
Calls
no outgoing calls
Tested by
no test coverage detected