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

Method constructor

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

Source from the content-addressed store, hash-verified

14092 }
14093 class Ky {
14094 constructor(t) {
14095 arguments.length
14096 ? (this.root = Zy(t))
14097 : ((this.root = tv({ marktype: "group", name: "root", role: "frame" })),
14098 (this.root.items = [new Jg(this.root)]));
14099 }
14100 toJSON(t) {
14101 return Jy(this.root, t || 0);
14102 }

Callers

nothing calls this directly

Calls 2

ZyFunction · 0.85
tvFunction · 0.85

Tested by

no test coverage detected