MCPcopy Create free account
hub / github.com/subquery/subql / S

Function S

packages/node-core/test/sandbox/sourcemap-test-webpack.js:339–354  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

337 }
338 }
339 function S(e) {
340 var t, r;
341 return t = {}, n("next"), n("throw", function(e) {
342 throw e;
343 }), n("return"), t[Symbol.iterator] = function() {
344 return this;
345 }, t;
346 function n(n, o) {
347 t[n] = e[n] ? function(t) {
348 return (r = !r) ? {
349 value: j(e[n](t)),
350 done: !1
351 } : o ? o(t) : t;
352 } : o;
353 }
354 }
355 function x(e) {
356 if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
357 var t, r = e[Symbol.asyncIterator];

Callers

nothing calls this directly

Calls 1

nFunction · 0.85

Tested by

no test coverage detected