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

File remove.ts

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

Callers

nothing calls this directly

Calls 5

ListInterface · 0.90
MapInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
removeFunction · 0.85

Tested by

no test coverage detected