MCPcopy Index your code
hub / github.com/perkeep/perkeep / Query

Method Query

pkg/sorted/sqlkv/sqlkv.go:250–250  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

248type queryObject interface {
249 QueryRow(query string, args ...interface{}) *sql.Row
250 Query(query string, args ...interface{}) (*sql.Rows, error)
251}
252
253// Common logic for KeyValue.Find and batchTx.Find.

Callers 5

altSetFunction · 0.65
altBatchSetFunction · 0.65
createDBFunction · 0.65
findFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected