MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / getIndexTotal

Method getIndexTotal

sqlchain/runtime.go:273–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273func (r *runtime) getIndexTotal() (int32, int32) {
274 r.peersMutex.Lock()
275 defer r.peersMutex.Unlock()
276 return r.index, r.total
277}
278
279func (r *runtime) getIndexTotalServer() (int32, int32, proto.NodeID) {
280 r.peersMutex.Lock()

Callers 2

isMyTurnMethod · 0.95
processBlocksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected