Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
func
(this *QueryLabel) End() {
22
var
cost = time.Since(this.before).Seconds()
23
this.manager.AddCost(this.query, cost)
24
}
Callers
12
TestQueryStatManager
Function · 0.45
ExecContext
Method · 0.45
Exec
Method · 0.45
Query
Method · 0.45
QueryRow
Method · 0.45
execItem
Method · 0.45
ExecContext
Method · 0.45
Exec
Method · 0.45
QueryContext
Method · 0.45
Query
Method · 0.45
QueryRowContext
Method · 0.45
QueryRow
Method · 0.45
Calls
1
AddCost
Method · 0.45
Tested by
1
TestQueryStatManager
Function · 0.36