Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ toJS.js
File
toJS.js
perf/toJS.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* global Immutable */
2
describe(
'toJS'
, () => {
3
const
array32 = [];
4
for
(
let
ii = 0; ii < 32; ii++) {
Callers
nothing calls this directly
Calls
3
describe
Function · 0.85
it
Function · 0.85
toJS
Method · 0.65
Tested by
no test coverage detected