Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/immutable-js/immutable-js
/ includes
Method
includes
src/Repeat.js:41–43 ·
view source on GitHub ↗
(searchValue)
Source
from the content-addressed store, hash-verified
39
}
40
41
includes(searchValue) {
42
return
is(this._value, searchValue);
43
}
44
45
slice(begin, end) {
46
const
size = this.size;
Callers
nothing calls this directly
Calls
1
is
Function · 0.90
Tested by
no test coverage detected