Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braziljs/eloquente-javascript
/ has
Method
has
code/solutions/07_3_persistent_group.js:17–19 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
15
}
16
17
has(value) {
18
return
this.#members.includes(value);
19
}
20
21
static empty =
new
PGroup([]);
22
}
Callers
3
add
Method · 0.95
delete
Method · 0.95
07_3_persistent_group.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected