MCPcopy
hub / github.com/dgraph-io/dgraph / Checkpoint

Method Checkpoint

dgraph/cmd/debug/wal.go:74–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72type RaftStore interface {
73 raft.Storage
74 Checkpoint() (uint64, error)
75 HardState() (raftpb.HardState, error)
76}
77

Callers 3

printBasicFunction · 0.65
checkpointAndCloseMethod · 0.65
RunMethod · 0.65

Implementers 1

DiskStorageraftwal/storage.go

Calls

no outgoing calls

Tested by

no test coverage detected