Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, expect, it } from
'@jest/globals'
;
2
import
fc from
'fast-check'
;
3
import
{ Seq, Stack } from
'immutable'
;
4
Callers
nothing calls this directly
Calls
15
Stack
Interface · 0.90
Seq
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
toStack
Method · 0.80
first
Method · 0.80
last
Method · 0.80
rest
Method · 0.80
forEach
Method · 0.80
next
Method · 0.80
arrayOfSize
Function · 0.70
get
Method · 0.65
Tested by
no test coverage detected