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

Function modified

resources/vega.min.js:3444–3455  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

3442 );
3443 },
3444 modified(t, e) {
3445 const n = this[Ma];
3446 if (!arguments.length) {
3447 for (const t in n) if (n[t]) return !0;
3448 return !1;
3449 }
3450 if (k(t)) {
3451 for (let e = 0; e < t.length; ++e) if (n[t[e]]) return !0;
3452 return !1;
3453 }
3454 return null != e && e >= 0 ? e + 1 < n[t] || !!n[e + ":" + t] : !!n[t];
3455 },
3456 clear() {
3457 return ((this[Ma] = {}), this);
3458 },

Callers

nothing calls this directly

Calls 1

kFunction · 0.70

Tested by

no test coverage detected