Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
72
type
RaftStore
interface
{
73
raft.Storage
74
Checkpoint() (uint64, error)
75
HardState() (raftpb.HardState, error)
76
}
77
Callers
3
printBasic
Function · 0.65
checkpointAndClose
Method · 0.65
Run
Method · 0.65
Implementers
1
DiskStorage
raftwal/storage.go
Calls
no outgoing calls
Tested by
no test coverage detected