MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / Record.ts

File Record.ts

__tests__/Record.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

RecordInterface · 0.90
MapInterface · 0.90
SeqInterface · 0.90
ListInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
PersonClass · 0.85
isKeyedFunction · 0.85
FooFunction · 0.70
setMethod · 0.65
getMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected