Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ Set.ts
File
Set.ts
__tests__/Set.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, jest } from
'@jest/globals'
;
2
import
{ List, Map, OrderedSet, Seq, Set, fromJS, is } from
'immutable'
;
3
4
describe(
'Set'
, () => {
Callers
nothing calls this directly
Calls
15
Set
Interface · 0.90
Seq
Interface · 0.90
List
Interface · 0.90
OrderedSet
Interface · 0.90
Map
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
is
Function · 0.85
toSet
Method · 0.80
forEach
Method · 0.80
isSuperset
Method · 0.80
isSubset
Method · 0.80
Tested by
no test coverage detected