MCPcopy Create free account
hub / github.com/WebReflection/hypersimple / remove

Function remove

index.js:205–209  ·  view source on GitHub ↗
(get, children, start, end)

Source from the content-addressed store, hash-verified

203 return i < length ? get(list[i], 0) : 0 < i ? get(list[i - 1], -0).nextSibling : before;
204 };
205 var remove = function remove(get, children, start, end) {
206 while (start < end) {
207 drop(get(children[start++], -1));
208 }
209 }; // - - - - - - - - - - - - - - - - - - -
210 // diff related constants and utilities
211 // - - - - - - - - - - - - - - - - - - -
212

Callers 2

applyDiffFunction · 0.85
domdiffFunction · 0.85

Calls 2

dropFunction · 0.85
getFunction · 0.85

Tested by

no test coverage detected