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

Function data

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

Source from the content-addressed store, hash-verified

119442 let n = 0;
119443 const dist = {
119444 data (_) {
119445 if (arguments.length) {
119446 support = _;
119447 n = _ ? _.length : 0;
119448 return dist.bandwidth(bandwidth);
119449 } else return support;
119450 },
119451 bandwidth (_) {
119452 if (!arguments.length) return bandwidth;
119453 bandwidth = _;

Callers 1

parseFunction · 0.70

Calls 2

datarefFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected