MCPcopy
hub / github.com/google/seesaw / haStatus

Method haStatus

engine/core.go:171–175  ·  view source on GitHub ↗

haStatus returns the current HA status from the engine.

()

Source from the content-addressed store, hash-verified

169
170// haStatus returns the current HA status from the engine.
171func (e *Engine) haStatus() seesaw.HAStatus {
172 e.haManager.statusLock.RLock()
173 defer e.haManager.statusLock.RUnlock()
174 return e.haManager.status
175}
176
177// queueOverride queues an Override for processing.
178func (e *Engine) queueOverride(o seesaw.Override) {

Callers 1

HAStatusMethod · 0.80

Implementers 3

EngineClientha/engine_client.go
DummyEngineha/engine_client.go
SeesawEngineengine/ipc.go

Calls

no outgoing calls

Tested by

no test coverage detected