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

Method run

src/batch-write.ts:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19 push(...writes: BatchWritable[]): BatchWrite { this.batchWriteItems.push(...writes); return this; }
20 async run(): Promise<BatchWriteCommandOutput> { return await this.client.send(new BatchWriteCommand(this.build())); }
21
22 put(tableName: string, item: any) {
23 const put = new Put(tableName, item).client(this.client);

Callers

nothing calls this directly

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected