MCPcopy
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
15interface DefaultCache<K, V> {
16 get(key: K): V | undefined
17 set(key: K, value: V | undefined): void
18}
19

Callers 15

rootDependencyVersionFunction · 0.65
mainFunction · 0.65
getChangelogDepsNotesFunction · 0.65
buildAllPackagesMethod · 0.65
updateCandidateMethod · 0.65
newCandidateMethod · 0.65
invertGraphFunction · 0.65
visitDependentsFunction · 0.65
getInternalSlotsFunction · 0.65
tailoringEntriesFunction · 0.65
getInternalSlotsFunction · 0.65

Implementers 1

ObjectWithoutPrototypeCachepackages/fast-memoize/index.ts

Calls

no outgoing calls

Tested by 2

readCasesMethod · 0.52
testLocaleMatchingMethod · 0.52