Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
125
type
anyCondition
struct
{
126
compositeCondition
127
}
128
129
func
NewAnyCondition(items ...Condition) Condition {
130
ac := new(anyCondition)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected