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

Method constructor

src/client.ts:22–22  ·  view source on GitHub ↗
(readonly client: DynamoDBDocumentClient)

Source from the content-addressed store, hash-verified

20
21export class TinymoClient {
22 private constructor(readonly client: DynamoDBDocumentClient) { }
23
24 static setDocumentClient(client?: DynamoDBDocumentClient) {
25 DOCUMENT_CLIENT = client ?? TinymoClient.createDefaultDocumentClient()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected