Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
has
Method · 0.95
WeakValue
Class · 0.45
delete
Method · 0.45
index.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected