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

Function Yt

resources/vega.min.js:738–750  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

736 return t;
737 }
738 function Yt(t, e) {
739 return (
740 "string" == typeof e && (e = t.objects[e]),
741 "GeometryCollection" === e.type
742 ? {
743 type: "FeatureCollection",
744 features: e.geometries.map(function (e) {
745 return Gt(t, e);
746 }),
747 }
748 : Gt(t, e)
749 );
750 }
751 function Gt(t, e) {
752 var n = e.id,
753 r = e.bbox,

Callers

nothing calls this directly

Calls 2

GtFunction · 0.85
mapMethod · 0.45

Tested by

no test coverage detected