MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / Query

Method Query

internal/utils/dbs/db.go:180–185  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

178}
179
180func (this *DB) Query(query string, args ...any) (*sql.Rows, error) {
181 if this.enableStat {
182 defer SharedQueryStatManager.AddQuery(query).End()
183 }
184 return this.rawDB.Query(query, args...)
185}
186
187func (this *DB) QueryRow(query string, args ...any) *sql.Row {
188 if this.enableStat {

Callers 15

ListAgentIPsMethod · 0.45
ListAgentIPsMethod · 0.45
UploadMethod · 0.45
loadServerIdMapMethod · 0.45
sumMethod · 0.45
uploadServerStatsMethod · 0.45
loadServerIdMapMethod · 0.45
DeleteExpiredItemsMethod · 0.45
ReadItemsMethod · 0.45
TestInspectMethod · 0.45
ReadItemsMethod · 0.45
ListExpiredItemsMethod · 0.45

Calls 2

AddQueryMethod · 0.80
EndMethod · 0.45

Tested by

no test coverage detected