MCPcopy
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

15interface DefaultCache<K, V> {
16 get(key: K): V | undefined
17 set(key: K, value: V | undefined): void
18}
19
20export type Serializer = (args: any[]) => string

Callers 15

rootVersionMapFunction · 0.65
mainFunction · 0.65
getChangelogDepsNotesFunction · 0.65
buildAllPackagesMethod · 0.65
buildDependencyGraphFunction · 0.65
invertGraphFunction · 0.65
getInternalSlotsFunction · 0.65
tailoringEntriesFunction · 0.65
bigdecimal.test.tsFile · 0.65
getInternalSlotsFunction · 0.65
analyzeProfileFunction · 0.65
getInternalSlotsFunction · 0.65

Implementers 1

ObjectWithoutPrototypeCachepackages/fast-memoize/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected