MCPcopy Index your code
hub / github.com/WebReflection/wicked-elements / drop

Function drop

index.js:94–98  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

92 var live = new WeakMap$1();
93
94 var drop = function drop(elements) {
95 for (var i = 0, length = elements.length; i < length; i++) {
96 live["delete"](elements[i]);
97 }
98 };
99
100 var flush = function flush() {
101 var records = observer.takeRecords();

Callers 3

defineAsyncFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected