MCPcopy
hub / github.com/fonoster/fonoster / c

Function c

site/site-assets/js/prism.js:332–335  ·  view source on GitHub ↗
(e, n, t)

Source from the content-addressed store, hash-verified

330 return (n.next = a), (r.prev = a), e.length++, a;
331 }
332 function c(e, n, t) {
333 for (var r = n.next, a = 0; a < t && r !== e.tail; a++) r = r.next;
334 (n.next = r), (r.prev = n), (e.length -= a);
335 }
336 if (
337 ((e.Prism = a),
338 (i.stringify = function e(n, t) {

Callers 7

oFunction · 0.70
edge-esm.jsFile · 0.50
wasm.jsFile · 0.50
edge.jsFile · 0.50
react-native.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected