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

Function Cn

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

Source from the content-addressed store, hash-verified

919 return { ...Cn(e), condition: n };
920 }
921 function Cn(e) {
922 if (vn(e)) {
923 const { expr: t, ...n } = e;
924 return { signal: t, ...n };
925 }
926 return e;
927 }
928 function _n(e) {
929 if (vn(e)) {
930 const { expr: t, ...n } = e;

Callers 7

bnFunction · 0.85
znFunction · 0.85
XsFunction · 0.85
JsFunction · 0.85
rcFunction · 0.85
OdFunction · 0.85
initAxisMethod · 0.85

Calls 1

vnFunction · 0.85

Tested by

no test coverage detected