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

Method initFacetFieldDef

resources/vega-lite.min.js:12905–12913  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

12903 return n;
12904 }
12905 initFacetFieldDef(e, t) {
12906 const n = Fa(e, t);
12907 return (
12908 n.header
12909 ? (n.header = bn(n.header))
12910 : null === n.header && (n.header = null),
12911 n
12912 );
12913 }
12914 channelHasField(e) {
12915 return J(this.facet, e);
12916 }

Callers 1

initFacetMethod · 0.95

Calls 2

bnFunction · 0.85
FaFunction · 0.70

Tested by

no test coverage detected