| 56 | namespacing bool |
| 57 | } |
| 58 | NestedContextReader struct { |
| 59 | readers []expr.ContextReader |
| 60 | writer expr.ContextWriter |
| 61 | ts time.Time |
| 62 | } |
| 63 | NamespacedContextReader struct { |
| 64 | basereader expr.ContextReader |
| 65 | namespace string |
nothing calls this directly
no outgoing calls
no test coverage detected