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

Struct DelegateCondition

condition.go:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type DelegateCondition struct {
48 satisfied func() bool
49 changed *Event
50}
51
52func NewDelegateCondition(satisfied func() bool, changed *Event) *DelegateCondition {
53 return &DelegateCondition{satisfied, changed}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected