MCPcopy Create free account
hub / github.com/WebReflection/weak-value / forEach

Method forEach

esm/index.js:53–56  ·  view source on GitHub ↗
(callback, context)

Source from the content-addressed store, hash-verified

51 }
52
53 forEach(callback, context) {
54 for (const [key, value] of this)
55 callback.call(context, value, key, this);
56 }
57
58 get(key) {
59 const pair = super.get(key);

Callers 1

index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected