MCPcopy
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
810type boolExpression struct {
811 *expression
812}
813
814func (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