MCPcopy
hub / github.com/dittofeed/dittofeed / get

Method get

packages/isomorphic-lib/src/maps.ts:19–21  ·  view source on GitHub ↗
(k: K)

Source from the content-addressed store, hash-verified

17 }
18
19 get(k: K): V {
20 return this.map.get(k) ?? this.default;
21 }
22
23 set(k: K, v: V): void {
24 this.map.set(k, v);

Callers 15

resolveMethod · 0.45
getUnsafeFunction · 0.45
buildHeritageMapFunction · 0.45
journeysControllerFunction · 0.45
broadcastsControllerFunction · 0.45
contentControllerFunction · 0.45
authControllerFunction · 0.45
analysisControllerFunction · 0.45
groupsControllerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected