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

Method get

cjs/index.js:59–62  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

57 }
58
59 get(key) {
60 const pair = super.get(key);
61 return pair && this.#get(key, pair);
62 }
63
64 has(key) {
65 return !!this.get(key);

Callers 3

hasMethod · 0.95
WeakValueClass · 0.45
deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected