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

Struct GraphStream

internal/gephi/stream.go:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52type valHash [quad.HashSize]byte
53
54type GraphStream struct {
55 seen map[valHash]int
56 buf *bytes.Buffer
57 w io.Writer
58}
59
60func printNodeID(id int) string {
61 return strconv.FormatInt(int64(id), 16)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected