MCPcopy
hub / github.com/codesandbox/codesandbox-client / push

Function push

packages/app/static/js/babel.6.26.js:9146–9150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9144 var _props = [];
9145
9146 function push() {
9147 if (!_props.length) return;
9148 nodes.push(t.arrayExpression(_props));
9149 _props = [];
9150 }
9151
9152 for (var _iterator = props, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
9153 var _ref2;

Callers 5

buildFunction · 0.70
babel.6.26.jsFile · 0.70
sequences.jsFile · 0.50
sequences.jsFile · 0.50
sequences.jsFile · 0.50

Calls 2

toKindFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected