MCPcopy Create free account
hub / github.com/microsoft/SandDance / keys

Function keys

docs/app/js/sanddance-app.js:148901–148908  ·  view source on GitHub ↗
(objects)

Source from the content-addressed store, hash-verified

148899 return null;
148900}
148901function keys(objects) {
148902 const map = {};
148903 for (const obj of objects){
148904 if (!obj) continue;
148905 for(const key in obj)map[key] = 1;
148906 }
148907 return Object.keys(map);
148908}
148909function axisConfig(spec, scope) {
148910 var config = scope.config, style = config.style, axis = config.axis, band = scope.scaleType(spec.scale) === "band" && config.axisBand, orient = spec.orient, xy, or, key;
148911 if (isSignal(orient)) {

Callers 1

axisConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected