Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ Record.ts
File
Record.ts
__tests__/Record.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
{ List, Map, Record, Seq, isKeyed } from
'immutable'
;
3
4
describe(
'Record'
, () => {
Callers
nothing calls this directly
Calls
15
Record
Interface · 0.90
Map
Interface · 0.90
Seq
Interface · 0.90
List
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
Person
Class · 0.85
isKeyed
Function · 0.85
Foo
Function · 0.70
set
Method · 0.65
get
Method · 0.65
delete
Method · 0.65
Tested by
no test coverage detected