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

Function qt

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

Source from the content-addressed store, hash-verified

567 Lt = 10,
568 Ut = 13;
569 function qt(t) {
570 return new Function(
571 "d",
572 "return {" +
573 t
574 .map(function (t, e) {
575 return JSON.stringify(t) + ": d[" + e + '] || ""';
576 })
577 .join(",") +
578 "}",
579 );
580 }
581 function Pt(t) {
582 var e = Object.create(null),
583 n = [];

Callers 2

WtFunction · 0.85
vega-embed.min.jsFile · 0.85

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected