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

Function annotate

docs/app/js/sanddance-app.js:149548–149555  ·  view source on GitHub ↗
(op, name, type)

Source from the content-addressed store, hash-verified

149546 for(name3 in this.scales)this.scales[name3].scale = name3;
149547 // annotate data sets
149548 function annotate(op, name, type) {
149549 let data, list;
149550 if (op) {
149551 data = op.data || (op.data = {});
149552 list = data[name] || (data[name] = []);
149553 list.push(type);
149554 }
149555 }
149556 for(name3 in this.data){
149557 ds = this.data[name3];
149558 annotate(ds.input, name3, "input");

Callers 1

finishFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected