MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / QueryContext

Method QueryContext

xenomint/state.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

34type sqlQuerier interface {
35 Query(query string, args ...interface{}) (*sql.Rows, error)
36 QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
37}
38
39type sqlExecuter interface {

Callers 5

TestConnFunction · 0.65
QueryContextMethod · 0.65
readSingleFunction · 0.65
QueryMethod · 0.65
QueryContextMethod · 0.65

Implementers 2

stmtclient/stmt.go
impersonatedStmtcmd/cql-proxy/storage/impersonate.go

Calls

no outgoing calls

Tested by 1

TestConnFunction · 0.52