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

Function constructor

src/write.ts:18–18  ·  view source on GitHub ↗
(readonly tableName: string)

Source from the content-addressed store, hash-verified

16 abstract run(): Promise<any>
17
18 constructor(readonly tableName: string) { super() }
19
20 abstract transactWriteItem(): TransactWriteItem;
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected