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

Method delete

src/batch-write.ts:27–30  ·  view source on GitHub ↗
(tableName: string, key: any)

Source from the content-addressed store, hash-verified

25 }
26
27 delete(tableName: string, key: any) {
28 const d = new Delete(tableName, key).client(this.client);
29 this.push(d);
30 }
31
32 build(): BatchWriteCommandInput {
33 const puts = this.batchWriteItems.filter((p): p is Put => p instanceof Put)

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected