MCPcopy Create free account
hub / github.com/microsoft/SandDance / link

Function link

docs/app/js/sanddance-app.js:132845–132855  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

132843 }
132844};
132845function link(array) {
132846 if (!(n = array.length)) return;
132847 var n, i = 0, a = array[0], b;
132848 while(++i < n){
132849 a.n = b = array[i];
132850 b.p = a;
132851 a = b;
132852 }
132853 a.n = b = array[0];
132854 b.p = a;
132855}
132856
132857},{"../pointEqual.js":"dMCwK","../math.js":"cDOGy","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"dMCwK":[function(require,module,exports) {
132858var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

sanddance-app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected