MCPcopy 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

1import { describe, expect, it, jest } from '@jest/globals';
2import { List, Map, OrderedSet, Seq, Set, fromJS, is } from 'immutable';
3
4describe('Set', () => {

Callers

nothing calls this directly

Calls 15

SetInterface · 0.90
SeqInterface · 0.90
ListInterface · 0.90
OrderedSetInterface · 0.90
MapInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
isFunction · 0.85
toSetMethod · 0.80
forEachMethod · 0.80
isSupersetMethod · 0.80
isSubsetMethod · 0.80

Tested by

no test coverage detected