MCPcopy
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
38func (r *lockedSource) Int63() int64 {
39 r.lk.Lock()
40 defer r.lk.Unlock()
41 return r.src.Int63()
42}
43
44func (r *lockedSource) Seed(seed int64) {
45 r.lk.Lock()

Callers 5

StartMethod · 0.80
NewClusterConfigFunction · 0.80
BenchmarkGetFunction · 0.80
BenchmarkMergeSortedFunction · 0.80
TestMergeSortedRandomFunction · 0.80

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by 3

BenchmarkGetFunction · 0.64
BenchmarkMergeSortedFunction · 0.64
TestMergeSortedRandomFunction · 0.64