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

Method getColumn

docs/app/js/sanddance-app.js:6253–6257  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6251 });
6252 }
6253 getColumn(name) {
6254 for(let i = 0; i < this.columns.length; i++){
6255 if (this.columns[i].name == name) return this.columns[i];
6256 }
6257 }
6258 runExpressionOnColumn(datum, ex) {
6259 const actualDataValue = datum[ex.name];
6260 if (ex.operator === "isnullorEmpty") return isnullorEmpty(actualDataValue);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected