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

Function resolve

docs/app/js/sanddance-app.js:87–90  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

85 }
86
87 function resolve(x) {
88 var id = modules[name][1][x];
89 return id != null ? id : x;
90 }
91 }
92
93 function Module(moduleName) {

Callers 15

canvasToDataURLMethod · 0.70
adoptFunction · 0.70
stepFunction · 0.70
filterMethod · 0.70
resetMethod · 0.70
selectMethod · 0.70
deselectMethod · 0.70
activateMethod · 0.70
deActivateMethod · 0.70
selectMethod · 0.70
deselectMethod · 0.70
filterMethod · 0.70

Calls 2

fnFunction · 0.70
forEachMethod · 0.45

Tested by

no test coverage detected