MCPcopy
hub / github.com/immutable-js/immutable-js / get.ts

File get.ts

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

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from '@jest/globals';
2import { get, Map, List, Range } from 'immutable';
3import invariant from '../../src/utils/invariant';
4

Callers

nothing calls this directly

Calls 7

ListInterface · 0.90
MapInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
RangeClass · 0.85
invariantFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected