MCPcopy Create free account
hub / github.com/axe-api/axe-api / getUsedColumns

Method getUsedColumns

packages/axe-api/src/Services/QueryService.ts:149–155  ·  view source on GitHub ↗
(conditions: IQuery)

Source from the content-addressed store, hash-verified

147 }
148
149 private getUsedColumns(conditions: IQuery) {
150 return [
151 ...conditions.fields,
152 ...conditions.sort.map((item) => item.name),
153 ...Array.from(this.usedConditionColumns),
154 ];
155 }
156
157 private applyConditionRule(
158 sub: Knex.QueryBuilder,

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected