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

Function bn

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

Source from the content-addressed store, hash-verified

771 return J(e, "expr");
772 }
773 function bn(e) {
774 let { level: t } =
775 arguments.length > 1 && void 0 !== arguments[1]
776 ? arguments[1]
777 : { level: 0 };
778 const n = D(e || {}),
779 i = {};
780 for (const r of n) i[r] = 0 === t ? Cn(e[r]) : bn(e[r], { level: t - 1 });
781 return i;
782 }
783 function xn(e) {
784 const {
785 anchor: t,

Callers 10

WiFunction · 0.85
ZiFunction · 0.85
nrFunction · 0.85
JsFunction · 0.85
flFunction · 0.85
ydFunction · 0.85
constructorMethod · 0.85
initFacetFieldDefMethod · 0.85
initScaleMethod · 0.85
initLegendsMethod · 0.85

Calls 2

DFunction · 0.85
CnFunction · 0.85

Tested by

no test coverage detected