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