Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ Record.js
File
Record.js
perf/Record.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* global Immutable */
2
describe(
'Record'
, () => {
3
describe(
'builds from an object'
, () => {
4
[2, 5, 10, 100, 1000].forEach((size) => {
Callers
nothing calls this directly
Calls
5
describe
Function · 0.85
it
Function · 0.85
forEach
Method · 0.80
set
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected