MCPcopy Index your code
hub / github.com/marijnh/Eloquent-JavaScript / has

Method has

code/solutions/06_2_groups.js:14–16  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

12 }
13
14 has(value) {
15 return this.#members.includes(value);
16 }
17
18 static from(collection) {
19 let group = new Group;

Callers 9

addMethod · 0.95
chapter_info.mjsFile · 0.45
06_2_groups.jsFile · 0.45
findPath_setFunction · 0.45
findPath_listFunction · 0.45
forceDirected_simpleFunction · 0.45
forceDirected_noRepeatFunction · 0.45
forceDirected_skipFunction · 0.45
forceDirected_noVectorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected