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

Method SetContext

exec/source.go:22–22  ·  view source on GitHub ↗
(ctx *plan.Context)

Source from the content-addressed store, hash-verified

20// RequiresContext defines a Source which requires context.
21type RequiresContext interface {
22 SetContext(ctx *plan.Context)
23}
24
25// Source defines a datasource execution task. It will Scan a data source for

Callers 1

NewSourceFunction · 0.65

Implementers 1

SchemaSourcedatasource/schemadb.go

Calls

no outgoing calls

Tested by

no test coverage detected