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

Function modifies

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

Source from the content-addressed store, hash-verified

3824 return arguments.length ? ((this.cleans = !!t), this) : this.cleans;
3825 },
3826 modifies(t) {
3827 const e = this.fields || (this.fields = {});
3828 return (k(t) ? t.forEach((t) => (e[t] = !0)) : (e[t] = !0), this);
3829 },
3830 modified(t, e) {
3831 const n = this.fields;
3832 return (

Callers

nothing calls this directly

Calls 1

kFunction · 0.70

Tested by

no test coverage detected