MCPcopy Create free account
hub / github.com/araddon/qlbridge / NestedContextReader

Struct NestedContextReader

datasource/context.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected