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

Method getElement

docs/app/js/sanddance-app.js:71278–71280  ·  view source on GitHub ↗
(row, col)

Source from the content-addressed store, hash-verified

71276 return col * this.RANK + row;
71277 }
71278 getElement(row, col) {
71279 return this[col * this.RANK + row];
71280 }
71281 setElement(row, col, value) {
71282 this[col * this.RANK + row] = (0, _validators.checkNumber)(value);
71283 return this;

Callers 10

initializeMethod · 0.45
constructorMethod · 0.45
onDataChangedMethod · 0.45
populateColorContextFunction · 0.45
ensureHeadersFunction · 0.45
componentDidMountMethod · 0.45
getCanvasFunction · 0.45
applyColorButtonsFunction · 0.45
_normalizeEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected