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

Method getColumn

packages/search-expression/src/exec.ts:74–80  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

72 }
73
74 private getColumn(name: string) {
75 for (let i = 0; i < this.columns.length; i++) {
76 if (this.columns[i].name == name) {
77 return this.columns[i];
78 }
79 }
80 }
81
82 private runExpressionOnColumn(datum: object, ex: SearchExpressionLowercase) {
83 const actualDataValue = datum[ex.name];

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected