MCPcopy
hub / github.com/microsoft/SandDance / forEach

Method forEach

docs/app/js/sanddance-app.js:54844–54846  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

54842 return this;
54843 }
54844 forEach(fn) {
54845 for(const key in this.stats)fn(this.stats[key]);
54846 }
54847 getTable() {
54848 const table = {};
54849 this.forEach((stat)=>{

Callers 15

getTableMethod · 0.95
LegendViewFunction · 0.45
patchCubeArrayFunction · 0.45
sortAxisFunction · 0.45
getLayersFunction · 0.45
markStagerFunction · 0.45
constructorMethod · 0.45
getSelectedColorMapFunction · 0.45
colorMapFromCubesFunction · 0.45
applyColorMapToCubesFunction · 0.45
createUserSelectionMethod · 0.45
deselectMethod · 0.45

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected