MCPcopy Create free account
hub / github.com/alignoth/alignoth / remove

Function remove

resources/vega.min.js:3360–3366  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

3358 return this;
3359 },
3360 remove(t) {
3361 const n = J(t) ? r : e,
3362 i = V(t),
3363 o = i.length;
3364 for (let t = 0; t < o; ++t) n.push(i[t]);
3365 return this;
3366 },
3367 modify(t, e, r) {
3368 const o = { field: e, value: rt(r) };
3369 return (

Callers

nothing calls this directly

Calls 3

JFunction · 0.70
VFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected