MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / NewQueryStatManager

Function NewQueryStatManager

internal/utils/dbs/query_stat_manager.go:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func NewQueryStatManager() *QueryStatManager {
52 return &QueryStatManager{
53 statsMap: map[string]*QueryStat{},
54 }
55}
56
57func (this *QueryStatManager) AddQuery(query string) *QueryLabel {
58 return NewQueryLabel(this, query)

Callers 2

TestQueryStatManagerFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestQueryStatManagerFunction · 0.74