Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ Int63
Method
Int63
conn/raft_server.go:38–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(r *lockedSource) Int63() int64 {
39
r.lk.Lock()
40
defer
r.lk.Unlock()
41
return
r.src.Int63()
42
}
43
44
func
(r *lockedSource) Seed(seed int64) {
45
r.lk.Lock()
Callers
5
Start
Method · 0.80
NewClusterConfig
Function · 0.80
BenchmarkGet
Function · 0.80
BenchmarkMergeSorted
Function · 0.80
TestMergeSortedRandom
Function · 0.80
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
3
BenchmarkGet
Function · 0.64
BenchmarkMergeSorted
Function · 0.64
TestMergeSortedRandom
Function · 0.64