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

Method constructor

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

Source from the content-addressed store, hash-verified

1109 }
1110 class ue extends Set {
1111 constructor(t) {
1112 let e =
1113 arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : he;
1114 if (
1115 (super(),
1116 Object.defineProperties(this, {
1117 _intern: { value: new Map() },
1118 _key: { value: e },
1119 }),
1120 null != t)
1121 )
1122 for (const e of t) this.add(e);
1123 }
1124 has(t) {
1125 return super.has(le(this, t));
1126 }

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected