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

Method get

esm/index.js:58–61  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

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

Callers 4

hasMethod · 0.95
WeakValueClass · 0.45
deleteMethod · 0.45
index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected