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

Method Ready

xenomint/pool.go:43–47  ·  view source on GitHub ↗

Ready reports whether the query is ready for block producing. It is assumed that all objects should be ready shortly.

()

Source from the content-addressed store, hash-verified

41// Ready reports whether the query is ready for block producing. It is assumed that all objects
42// should be ready shortly.
43func (q *QueryTracker) Ready() bool {
44 q.RLock()
45 defer q.RUnlock()
46 return q.Resp != nil
47}
48
49type pool struct {
50 // Failed queries: hash => Request

Callers 1

produceBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected