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

Method IsRunning

lineage_worker.go:138–142  ·  view source on GitHub ↗

IsRunning returns whether the processor is currently running. Returns: - bool: True if the processor is running.

()

Source from the content-addressed store, hash-verified

136// Returns:
137// - bool: True if the processor is running.
138func (p *LineageOutboxProcessor) IsRunning() bool {
139 p.mu.Lock()
140 defer p.mu.Unlock()
141 return p.running
142}
143
144// run is the main processing loop.
145func (p *LineageOutboxProcessor) run(ctx context.Context) {

Callers 1

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by 1