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

Struct includectx

expr/include_test.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type includectx struct {
35 expr.ContextReader
36 filters map[string]*rel.FilterStatement
37}
38
39func newIncluderCtx(cr expr.ContextReader, statements string) *includectx {
40 stmts := rel.MustParseFilters(statements)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected