MCPcopy Create free account
hub / github.com/Parana-Games/tinymo /

Class

src/query.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type KeyComparator = '=' | '<' | '>' | '<=' | '>=';
6
7export class Query extends Search {
8 private keyCondition = new ConditionExpression();
9 scanIndexForward?: boolean = undefined;
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected