MCPcopy Create free account
hub / github.com/AdRoll/baker / BeginWriting

Method BeginWriting

output/dyndb.go:159–161  ·  view source on GitHub ↗
(req *dynamodb.BatchWriteItemInput)

Source from the content-addressed store, hash-verified

157}
158
159func (dp *dynamoProcess) BeginWriting(req *dynamodb.BatchWriteItemInput) {
160 dp.in <- req
161}
162
163func (dp *dynamoProcess) Wait() bool {
164 return <-dp.out

Callers 1

flushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected