MCPcopy
hub / github.com/cayleygraph/cayley / BatchWriter

Interface BatchWriter

graph/quadwriter.go:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191type BatchWriter interface {
192 quad.WriteCloser
193 Flush() error
194}
195
196// NewWriter creates a quad writer for a given QuadStore.
197//

Callers 5

RemoveNodeMethod · 0.65
serveRawQuadsMethod · 0.65
serveNodesWithPropsMethod · 0.65
appendLogMethod · 0.65
Test1KFunction · 0.65

Implementers 3

GraphStreaminternal/gephi/stream.go
batchWritergraph/quadwriter.go
removeWritergraph/quadwriter.go

Calls

no outgoing calls

Tested by

no test coverage detected