Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ Equality.ts
File
Equality.ts
__tests__/Equality.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'@jest/globals'
;
2
import
fc from
'fast-check'
;
3
import
{ List, Map, Seq, Set, is } from
'immutable'
;
4
Callers
nothing calls this directly
Calls
11
Seq
Interface · 0.90
List
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
expectIs
Function · 0.85
expectIsNot
Function · 0.85
is
Function · 0.85
map
Method · 0.65
push
Method · 0.65
pop
Method · 0.65
hashCode
Method · 0.65
Tested by
no test coverage detected