MCPcopy Create free account
hub / github.com/diillson/chatcli / Load

Method Load

cli/agent/quality/pipeline_state.go:74–76  ·  view source on GitHub ↗

Load returns the current state.

()

Source from the content-addressed store, hash-verified

72
73// Load returns the current state.
74func (s *stateMachine) Load() PipelineState {
75 return PipelineState(s.val.Load())
76}
77
78// transition moves from expected → target iff the current state is
79// expected. Returns true on success. Used so concurrent callers can't

Calls 1

PipelineStateTypeAlias · 0.85