| 758 | } |
| 759 | |
| 760 | type expression struct { |
| 761 | expr *govaluate.EvaluableExpression |
| 762 | text string |
| 763 | subExprsByPath subExpressions |
| 764 | subExprsChangedHandles []int |
| 765 | changedPublisher walk.EventPublisher |
| 766 | lastReportedValue interface{} |
| 767 | } |
| 768 | |
| 769 | type subExpressions map[string]walk.Expression |
| 770 |
nothing calls this directly
no outgoing calls
no test coverage detected