Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
func
(dp *dynamoProcess) BeginWriting(req *dynamodb.BatchWriteItemInput) {
160
dp.in <- req
161
}
162
163
func
(dp *dynamoProcess) Wait() bool {
164
return
<-dp.out
Callers
1
flush
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected