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

Struct anyCondition

condition.go:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125type anyCondition struct {
126 compositeCondition
127}
128
129func NewAnyCondition(items ...Condition) Condition {
130 ac := new(anyCondition)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected