Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/formatjs/formatjs
/ get
Method
get
packages/fast-memoize/index.ts:16–16 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
14
15
interface
DefaultCache<K, V> {
16
get(key: K): V | undefined
17
set(key: K, value: V | undefined): void
18
}
19
Callers
15
rootDependencyVersion
Function · 0.65
npm-workspace-graph.test.ts
File · 0.65
main
Function · 0.65
getChangelogDepsNotes
Function · 0.65
buildAllPackages
Method · 0.65
updateCandidate
Method · 0.65
newCandidate
Method · 0.65
invertGraph
Function · 0.65
visitDependents
Function · 0.65
getInternalSlots
Function · 0.65
tailoringEntries
Function · 0.65
getInternalSlots
Function · 0.65
Implementers
1
ObjectWithoutPrototypeCache
packages/fast-memoize/index.ts
Calls
no outgoing calls
Tested by
2
readCases
Method · 0.52
testLocaleMatching
Method · 0.52