Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coyove/goflyway
/ Get
Method
Get
pkg/trafficmon/trafficmon.go:88–94 ·
view source on GitHub ↗
(index int)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(d *trafficData) Get(index int) float64 {
89
f := d.data[index]
90
if
d.logarithm {
91
return
d.Log(f)
92
}
93
return
f
94
}
95
96
type
Survey
struct
{
97
totalSent int64
Callers
15
SVG
Method · 0.80
replyGood
Method · 0.80
sign
Method · 0.80
manInTheMiddle
Method · 0.80
canDirectConnect
Method · 0.80
addToDummies
Method · 0.80
encryptRequest
Method · 0.80
decryptRequest
Method · 0.80
dialUpstreamAndBridge
Method · 0.80
ServeHTTP
Method · 0.80
curl
Function · 0.80
WebConsoleHTTPHandler
Function · 0.80
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected