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

Struct IncludeContext

expr/node.go:322–324  ·  view source on GitHub ↗

IncludeContext A ContextReader that implements Include interface.

Source from the content-addressed store, hash-verified

320
321// IncludeContext A ContextReader that implements Include interface.
322type IncludeContext struct {
323 ContextReader
324}
325
326// NewIncludeContext a new IncludeContext from contextreader.
327func NewIncludeContext(cr ContextReader) *IncludeContext {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected