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

Method QueryRowContext

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

Source from the content-addressed store, hash-verified

195// queryer abstracts *sql.DB and *sql.Tx for shared read helpers.
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

Callers 11

getTxFunction · 0.80
nameExistsFunction · 0.80
UninstallMethod · 0.80
GetStateMethod · 0.80
CountMethod · 0.80
GetItemMethod · 0.80
MarkUninstalledMethod · 0.80
runMigrationsMethod · 0.80

Calls

no outgoing calls