MCPcopy
hub / github.com/immutable-js/immutable-js / includes

Function includes

src/CollectionImpl.js:177–179  ·  view source on GitHub ↗
(searchValue)

Source from the content-addressed store, hash-verified

175 },
176
177 includes(searchValue) {
178 return this.some((value) => is(value, searchValue));
179 },
180
181 entries() {
182 return this.__iterator(ITERATE_ENTRIES);

Callers

nothing calls this directly

Calls 3

isFunction · 0.90
someMethod · 0.80
hasMethod · 0.65

Tested by

no test coverage detected