Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ boolExpression
Struct
boolExpression
declarative/builder.go:810–812 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
808
}
809
810
type
boolExpression
struct
{
811
*expression
812
}
813
814
func
(be *boolExpression) Satisfied() bool {
815
satisfied, ok := be.Value().(bool)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected