MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / cleanRegistry

Function cleanRegistry

public/javascripts/require.js:600–604  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

598 };
599
600 function cleanRegistry(id) {
601 //Clean up machinery used for waiting modules.
602 delete registry[id];
603 delete enabledRegistry[id];
604 }
605
606 function breakCycle(mod, traced, processed) {
607 var id = mod.map.id;

Callers 1

newContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected