Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codechenx/FastTableViewer
/ getSummaryData
Method
getSummaryData
stats.go:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
func
(s *ContinuousStats) getSummaryData() [][]string {
121
return
s.summaryData
122
}
123
124
func
(s *ContinuousStats) getSummaryStr(a []string) string {
125
result :=
""
Callers
5
TestContinuousStats_Summary
Function · 0.95
TestContinuousStats_EmptyData
Function · 0.95
TestContinuousStats_SingleValue
Function · 0.95
TestContinuousStats_WithNaN
Function · 0.95
getSummaryStr
Method · 0.95
Calls
no outgoing calls
Tested by
4
TestContinuousStats_Summary
Function · 0.76
TestContinuousStats_EmptyData
Function · 0.76
TestContinuousStats_SingleValue
Function · 0.76
TestContinuousStats_WithNaN
Function · 0.76