Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudquery/cloudquery
/ Write
Method
Write
plugins/destination/azblob/client/write.go:45–47 ·
view source on GitHub ↗
(ctx context.Context, msgs <-chan message.WriteMessage)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(c *Client) Write(ctx context.Context, msgs <-
chan
message.WriteMessage) error {
46
return
c.writer.Write(ctx, msgs)
47
}
Callers
1
WriteTable
Method · 0.95
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected