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

Method length

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected