MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / R

Struct R

scripts/verify/main.go:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type R struct {
30 s uint64
31 p string
32 o uint64
33 v string
34
35 os string
36 oo string
37}
38
39func (r R) String() string {
40 return fmt.Sprintf("%x %s %x %s [%s,%s]", r.s, r.p, r.o, r.v, r.os, r.oo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected