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

Method constructor

src/update.ts:12–12  ·  view source on GitHub ↗
(tableName: string, readonly key: any)

Source from the content-addressed store, hash-verified

10 private deleteBuilder = new ExpressionBuilder(',')
11
12 constructor(tableName: string, readonly key: any) { super(tableName) }
13
14 async run(): Promise<UpdateCommandOutput> { return await this._client!.send(new UpdateCommand(this.build())) }
15 transactWriteItem(): TransactWriteItem { return { Update: this.build() as any as TransactUpdate } }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected