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

Method End

internal/utils/dbs/query_label.go:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (this *QueryLabel) End() {
22 var cost = time.Since(this.before).Seconds()
23 this.manager.AddCost(this.query, cost)
24}

Callers 12

TestQueryStatManagerFunction · 0.45
ExecContextMethod · 0.45
ExecMethod · 0.45
QueryMethod · 0.45
QueryRowMethod · 0.45
execItemMethod · 0.45
ExecContextMethod · 0.45
ExecMethod · 0.45
QueryContextMethod · 0.45
QueryMethod · 0.45
QueryRowContextMethod · 0.45
QueryRowMethod · 0.45

Calls 1

AddCostMethod · 0.45

Tested by 1

TestQueryStatManagerFunction · 0.36