| 32 | } |
| 33 | |
| 34 | type includectx struct { |
| 35 | expr.ContextReader |
| 36 | filters map[string]*rel.FilterStatement |
| 37 | } |
| 38 | |
| 39 | func newIncluderCtx(cr expr.ContextReader, statements string) *includectx { |
| 40 | stmts := rel.MustParseFilters(statements) |
nothing calls this directly
no outgoing calls
no test coverage detected