MCPcopy
hub / github.com/requirejs/requirejs / cleanRegistry

Function cleanRegistry

require.js:606–610  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

604 };
605
606 function cleanRegistry(id) {
607 //Clean up machinery used for waiting modules.
608 delete registry[id];
609 delete enabledRegistry[id];
610 }
611
612 function breakCycle(mod, traced, processed) {
613 var id = mod.map.id;

Callers 1

newContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…