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

Method keyBetween

src/query.ts:11–11  ·  view source on GitHub ↗
(path: string, lower: any, upper: any)

Source from the content-addressed store, hash-verified

9 scanIndexForward?: boolean = undefined;
10
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

Callers 1

query.test.tsFile · 0.80

Calls 1

betweenMethod · 0.80

Tested by

no test coverage detected