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

Method run

src/query.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 keyBetween(path: string, lower: any, upper: any) { this.keyCondition.between(path, lower, upper); return this; }
12 keyBeginsWith(name: string, value: any) { this.keyCondition.beginsWith(name, value); return this; }
13 async run() { return await this._client!.send(new QueryCommand(this.build())); }
14
15 key(name: string, comparator: KeyComparator, value: any) {
16 const suffix = ConditionExpression.suffixForComparator(comparator);

Callers

nothing calls this directly

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected