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

Function materialize

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

Source from the content-addressed store, hash-verified

3845 );
3846 },
3847 materialize(t) {
3848 const e = this;
3849 return (
3850 1 & (t = t || 7) &&
3851 e.addF &&
3852 ((e.add = Ua(e.add, e.addF)), (e.addF = null)),
3853 2 & t && e.remF && ((e.rem = Ua(e.rem, e.remF)), (e.remF = null)),
3854 4 & t && e.modF && ((e.mod = Ua(e.mod, e.modF)), (e.modF = null)),
3855 16 & t &&
3856 e.srcF &&
3857 ((e.source = e.source.filter(e.srcF)), (e.srcF = null)),
3858 e
3859 );
3860 },
3861 visit(t, e) {
3862 const n = this,
3863 r = e;

Callers

nothing calls this directly

Calls 2

UaFunction · 0.70
sFunction · 0.70

Tested by

no test coverage detected