MCPcopy 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

addMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected