MCPcopy Index your code
hub / github.com/braziljs/eloquente-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 15

addMethod · 0.95
chapter_info.mjsFile · 0.45
nMethod · 0.45
gotoInnerMethod · 0.45
setRangeIndexMethod · 0.45
addCompositionMethod · 0.45
findFunction · 0.45
ejs.jsFile · 0.45
preserveMethod · 0.45
scanMethod · 0.45
constructorMethod · 0.45
OFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected