MCPcopy
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 */
2describe('toJS', () => {
3 const array32 = [];
4 for (let ii = 0; ii < 32; ii++) {

Callers

nothing calls this directly

Calls 3

describeFunction · 0.85
itFunction · 0.85
toJSMethod · 0.65

Tested by

no test coverage detected