Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
191
type
BatchWriter
interface
{
192
quad.WriteCloser
193
Flush() error
194
}
195
196
// NewWriter creates a quad writer for a given QuadStore.
197
//
Callers
5
RemoveNode
Method · 0.65
serveRawQuads
Method · 0.65
serveNodesWithProps
Method · 0.65
appendLog
Method · 0.65
Test1K
Function · 0.65
Implementers
3
GraphStream
internal/gephi/stream.go
batchWriter
graph/quadwriter.go
removeWriter
graph/quadwriter.go
Calls
no outgoing calls
Tested by
no test coverage detected