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

Method constructor

src/batch-get.ts:23–23  ·  view source on GitHub ↗
(private client?: DynamoDBDocumentClient)

Source from the content-addressed store, hash-verified

21
22export class BatchGet {
23 constructor(private client?: DynamoDBDocumentClient) { }
24
25 private requestItems: Keys[] = [];
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected