Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ Condition
Interface
Condition
condition.go:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
package
walk
8
9
type
Condition
interface
{
10
Expression
11
Satisfied() bool
12
}
13
14
type
MutableCondition
struct
{
15
satisfied bool
Callers
8
SetSource
Method · 0.65
satisfied
Method · 0.65
Satisfied
Method · 0.65
SetCheckedCondition
Method · 0.65
SetDefaultCondition
Method · 0.65
SetEnabledCondition
Method · 0.65
SetVisibleCondition
Method · 0.65
main
Function · 0.65
Implementers
8
boolProperty
property.go
readOnlyBoolProperty
property.go
MutableCondition
condition.go
DelegateCondition
condition.go
allCondition
condition.go
anyCondition
condition.go
negatedCondition
condition.go
boolExpression
declarative/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…