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

Interface Condition

condition.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7package walk
8
9type Condition interface {
10 Expression
11 Satisfied() bool
12}
13
14type MutableCondition struct {
15 satisfied bool

Callers 8

SetSourceMethod · 0.65
satisfiedMethod · 0.65
SatisfiedMethod · 0.65
SetCheckedConditionMethod · 0.65
SetDefaultConditionMethod · 0.65
SetEnabledConditionMethod · 0.65
SetVisibleConditionMethod · 0.65
mainFunction · 0.65

Implementers 8

boolPropertyproperty.go
MutableConditioncondition.go
DelegateConditioncondition.go
allConditioncondition.go
anyConditioncondition.go
negatedConditioncondition.go
boolExpressiondeclarative/builder.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…