MCPcopy Create free account
hub / github.com/cairoeth/preconfirmations / UpdateBlock

Method UpdateBlock

preconf-share/simqueue/queue.go:115–115  ·  view source on GitHub ↗
(block uint64)

Source from the content-addressed store, hash-verified

113
114type Queue interface {
115 UpdateBlock(block uint64) error
116 Push(ctx context.Context, data []byte, highPriority bool, minTargetBlock, maxTargetBlock uint64) error
117 StartProcessLoop(ctx context.Context, workers []ProcessFunc) *sync.WaitGroup
118}

Callers 6

TestRedisQueueFunction · 0.65
testQueueReschedFunction · 0.65
testQueuePushFunction · 0.65
StartMethod · 0.65

Implementers 1

RedisQueuepreconf-share/simqueue/queue.go

Calls

no outgoing calls

Tested by 5

TestRedisQueueFunction · 0.52
testQueueReschedFunction · 0.52
testQueuePushFunction · 0.52