MCPcopy
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
88func (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
96type Survey struct {
97 totalSent int64

Callers 15

SVGMethod · 0.80
replyGoodMethod · 0.80
signMethod · 0.80
manInTheMiddleMethod · 0.80
canDirectConnectMethod · 0.80
addToDummiesMethod · 0.80
encryptRequestMethod · 0.80
decryptRequestMethod · 0.80
dialUpstreamAndBridgeMethod · 0.80
ServeHTTPMethod · 0.80
curlFunction · 0.80
WebConsoleHTTPHandlerFunction · 0.80

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected