MCPcopy
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
101let EMPTY_REPEAT;

Callers

nothing calls this directly

Calls 2

isFunction · 0.90
deepEqualFunction · 0.85

Tested by

no test coverage detected