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

Struct expression

declarative/builder.go:760–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760type expression struct {
761 expr *govaluate.EvaluableExpression
762 text string
763 subExprsByPath subExpressions
764 subExprsChangedHandles []int
765 changedPublisher walk.EventPublisher
766 lastReportedValue interface{}
767}
768
769type subExpressions map[string]walk.Expression
770

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected