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

Method items

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

Source from the content-addressed store, hash-verified

12 returnItemCollectionMetrics?: ReturnItemCollectionMetrics
13
14 public get items() { return this.batchWriteItems; }
15 public get length() { return this.batchWriteItems.length; }
16
17 constructor(private client: DynamoDBDocumentClient) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected