MCPcopy Index your code
hub / github.com/daodst/chat / QueryContext

Method QueryContext

internal/sqlutil/sql.go:124–124  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

122// QueryProvider defines the interface for querys used by RunLimitedVariablesQuery.
123type QueryProvider interface {
124 QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
125}
126
127// SQLite3MaxVariables is the default maximum number of host parameters in a single SQL statement

Callers 15

SelectKeyChangesMethod · 0.80
SelectOneTimeKeysMethod · 0.80
CountOneTimeKeysMethod · 0.80
InsertOneTimeKeysMethod · 0.80
SelectBatchDeviceKeysMethod · 0.80
SelectKeyChangesMethod · 0.80
SelectOneTimeKeysMethod · 0.80
CountOneTimeKeysMethod · 0.80
InsertOneTimeKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected