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

Method entries

esm/index.js:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 *entries() {
83 yield *this[iterator]();
84 }
85
86 *values() {
87 for (const [_, value] of this[iterator]())

Callers 1

index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected