MCPcopy Create free account
hub / github.com/immutable-js/immutable-js / hasIn.ts

File hasIn.ts

__tests__/hasIn.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, fromJS, hasIn } from 'immutable';
3
4describe('hasIn', () => {

Callers

nothing calls this directly

Calls 7

MapInterface · 0.90
ListInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
fromJSFunction · 0.85
hasInMethod · 0.65
hasInFunction · 0.50

Tested by

no test coverage detected