Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ equals
Method
equals
src/Repeat.js:94–98 ·
view source on GitHub ↗
(other)
Source
from the content-addressed store, hash-verified
92
}
93
94
equals(other) {
95
return
other instanceof Repeat
96
? is(this._value, other._value)
97
: deepEqual(this, other);
98
}
99
}
100
101
let
EMPTY_REPEAT;
Callers
nothing calls this directly
Calls
2
is
Function · 0.90
deepEqual
Function · 0.85
Tested by
no test coverage detected