MCPcopy Index your code
hub / github.com/docker/docker-agent / QueryContext

Method QueryContext

pkg/session/store.go:361–361  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...any)

Source from the content-addressed store, hash-verified

359// querier is an interface that abstracts *sql.DB and *sql.Tx for query operations.
360type querier interface {
361 QueryContext(ctx context.Context, query string, args ...any) (*sql.Rows, error)
362 QueryRowContext(ctx context.Context, query string, args ...any) *sql.Row
363 ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error)
364}

Callers 15

GetRecentDirsMethod · 0.80
GetTabsMethod · 0.80
GetFavoriteDirsMethod · 0.80
GetMemoriesMethod · 0.80
SearchMemoriesMethod · 0.80
loadSessionItemsMethod · 0.80
GetSessionsMethod · 0.80
GetSessionSummariesMethod · 0.80
GetAppliedMigrationsMethod · 0.80
GetAllDocumentsMethod · 0.80
GetAllFileMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected