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

File Stack.ts

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

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from '@jest/globals';
2import fc from 'fast-check';
3import { Seq, Stack } from 'immutable';
4

Callers

nothing calls this directly

Calls 15

StackInterface · 0.90
SeqInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
toStackMethod · 0.80
firstMethod · 0.80
lastMethod · 0.80
restMethod · 0.80
forEachMethod · 0.80
nextMethod · 0.80
arrayOfSizeFunction · 0.70
getMethod · 0.65

Tested by

no test coverage detected