MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / PrintOracleDelta

Function PrintOracleDelta

x/debug.go:33–37  ·  view source on GitHub ↗
(delta *pb.OracleDelta)

Source from the content-addressed store, hash-verified

31}
32
33func PrintOracleDelta(delta *pb.OracleDelta) {
34 for _, status := range delta.Txns {
35 glog.V(2).Infof("[TXNLOG] COMMITING: startTs: %v, commitTs: %v", status.StartTs, status.CommitTs)
36 }
37}
38
39// VerifyPack checks that the Pack should not be nil if the postings exist.
40func VerifyPack(plist *pb.PostingList) {

Callers 1

commitOrAbortMethod · 0.92

Calls 1

InfofMethod · 0.80

Tested by

no test coverage detected