MCPcopy Index your code
hub / github.com/microsoft/SandDance / lookup

Function lookup

docs/app/js/sanddance-app.js:120165–120168  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

120163 }
120164});
120165function lookup(_) {
120166 const g = _.groups, p = _.parent;
120167 return g && g.size === 1 ? g.get(Object.keys(g.object)[0]) : g && p ? g.lookup(p) : null;
120168}
120169/**
120170 * Analyze items for overlap, changing opacity to hide items with
120171 * overlapping bounding boxes. This transform will preserve at least

Callers 15

transformFunction · 0.70
initializeFunction · 0.70
legendGradientFunction · 0.70
legendGradientDiscreteFunction · 0.70
legendGradientLabelsFunction · 0.70
legendSymbolGroupsFunction · 0.70
legendSymbolLayoutFunction · 0.70
legendTitleFunction · 0.70
parseLegendFunction · 0.70
parseTitleFunction · 0.70
axisDomainFunction · 0.70
axisGridFunction · 0.70

Calls 5

filterFunction · 0.70
keyFunction · 0.70
valueFunction · 0.70
getMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected