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

Interface SearchExpressionLowercase

packages/search-expression/src/exec.ts:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50interface SearchExpressionLowercase extends SearchExpression {
51 column: Column;
52 valueLow: string;
53 valueBool: boolean;
54 stringOperation: boolean;
55}
56
57export class Exec {
58 private groups: SearchExpressionGroup<SearchExpressionLowercase>[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected