MCPcopy
hub / github.com/purpleidea/mgmt / NewChangedStep

Function NewChangedStep

engine/resources/resources_test.go:141–146  ·  view source on GitHub ↗

NewChangedStep waits up to this many ms for a CheckApply action to occur. Watch function to startup.

(ms uint, expect bool)

Source from the content-addressed store, hash-verified

139// NewChangedStep waits up to this many ms for a CheckApply action to occur.
140// Watch function to startup.
141func NewChangedStep(ms uint, expect bool) Step {
142 return &changedStep{
143 ms: ms,
144 expect: expect,
145 }
146}
147
148type clearChangedStep struct {
149 ms uint

Callers 1

TestResources1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected