MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / QueryContext

Method QueryContext

internal/instructions/store.go:198–198  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...any)

Source from the content-addressed store, hash-verified

196type queryer interface {
197 QueryRowContext(ctx context.Context, query string, args ...any) *sql.Row
198 QueryContext(ctx context.Context, query string, args ...any) (*sql.Rows, error)
199}
200
201func installsFor(ctx context.Context, q queryer, id int64) ([]Install, error) {

Callers 4

ListMethod · 0.80
installsForFunction · 0.80
ListProvidersMethod · 0.80
SearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected