Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
317
type
Includer
interface
{
318
Include(name string) (Node, error)
319
}
320
321
// IncludeContext A ContextReader that implements Include interface.
Callers
2
resolveInclude
Function · 0.65
resolveInclude
Function · 0.65
Implementers
6
IncludeContext
expr/node.go
includectx
expr/include_test.go
includectxBad
expr/include_test.go
includectx
vm/filterqlvm_test.go
includer
vm/filterqlvm_test.go
nilincluder
vm/filterqlvm_test.go
Calls
no outgoing calls
Tested by
no test coverage detected