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

Class

src/batch-write.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7type BatchWritable = Put | Delete;
8
9export class BatchWrite {
10 private batchWriteItems: BatchWritable[] = [];
11 returnConsumedCapacity?: ReturnConsumedCapacity
12 returnItemCollectionMetrics?: ReturnItemCollectionMetrics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected