MCPcopy
hub / github.com/lxn/walk / MutableCondition

Struct MutableCondition

condition.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type MutableCondition struct {
15 satisfied bool
16 changedPublisher EventPublisher
17}
18
19func NewMutableCondition() *MutableCondition {
20 return new(MutableCondition)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected