Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PasarGuard/node
/ BuildInterfaceStats
Function
BuildInterfaceStats
pkg/stats/interface_counters.go:77–79 ·
view source on GitHub ↗
(name, link string, rx, tx int64)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
BuildInterfaceStats(name, link string, rx, tx int64) []*common.Stat {
78
return
buildDeltaStats(name, link, rx, tx)
79
}
Callers
2
handleInterfaceOutboundStats
Method · 0.92
TestBuildInterfaceStats
Function · 0.85
Calls
1
buildDeltaStats
Function · 0.85
Tested by
1
TestBuildInterfaceStats
Function · 0.68