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

Function Fl

resources/vega-lite.min.js:4906–4919  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

4904 return !o || S(o) ? void 0 : o;
4905 }
4906 function Fl(e) {
4907 const { parentProjection: t, projection: n } = e;
4908 return (
4909 t &&
4910 n &&
4911 Si(
4912 (function (e) {
4913 const { parentProjection: t, projection: n } = e;
4914 return `Layer's shared projection ${Q(t)} is overridden by a child projection ${Q(n)}.`;
4915 })({ parentProjection: t, projection: n }),
4916 ),
4917 n ?? t
4918 );
4919 }
4920 function Ol(e) {
4921 return J(e, "filter");
4922 }

Callers 2

mapLayerMethod · 0.70

Calls 2

SiFunction · 0.70
QFunction · 0.70

Tested by

no test coverage detected