MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / IsRunning

Method IsRunning

queue_recovery.go:96–100  ·  view source on GitHub ↗

IsRunning reports whether the recovery processor is currently active.

()

Source from the content-addressed store, hash-verified

94
95// IsRunning reports whether the recovery processor is currently active.
96func (p *QueuedTransactionRecoveryProcessor) IsRunning() bool {
97 p.mu.Lock()
98 defer p.mu.Unlock()
99 return p.running
100}
101
102// run executes the poll loop that periodically scans for stuck queued transactions.
103func (p *QueuedTransactionRecoveryProcessor) run(ctx context.Context) {

Callers

nothing calls this directly

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected