Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
is
Function · 0.90
some
Method · 0.80
has
Method · 0.65
Tested by
no test coverage detected