MCPcopy 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
45func (c *Client) Write(ctx context.Context, msgs <-chan message.WriteMessage) error {
46 return c.writer.Write(ctx, msgs)
47}

Callers 1

WriteTableMethod · 0.95

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected