Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ Repeat.ts
File
Repeat.ts
__tests__/Repeat.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
{ Repeat } from
'immutable'
;
3
4
describe(
'Repeat'
, () => {
Callers
nothing calls this directly
Calls
12
describe
Function · 0.85
it
Function · 0.85
Repeat
Class · 0.85
first
Method · 0.80
rest
Method · 0.80
last
Method · 0.80
butLast
Method · 0.80
join
Method · 0.80
toArray
Method · 0.65
equals
Method · 0.65
indexOf
Method · 0.65
lastIndexOf
Method · 0.65
Tested by
no test coverage detected