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

Method Include

expr/node.go:318–318  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

316// be resolved.
317type Includer interface {
318 Include(name string) (Node, error)
319}
320
321// IncludeContext A ContextReader that implements Include interface.

Callers 2

resolveIncludeFunction · 0.65
resolveIncludeFunction · 0.65

Implementers 6

IncludeContextexpr/node.go
includectxexpr/include_test.go
includectxBadexpr/include_test.go
includectxvm/filterqlvm_test.go
includervm/filterqlvm_test.go
nilincludervm/filterqlvm_test.go

Calls

no outgoing calls

Tested by

no test coverage detected