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

Struct includectxBad

expr/include_test.go:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158type includectxBad struct {
159 *includectx
160}
161
162func (m *includectxBad) Include(name string) (expr.Node, error) {
163 // If someone implements includer wrong and doesn't return an error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected