MCPcopy
hub / github.com/XIU2/CloudflareSpeedTest / convertToString

Function convertToString

utils/csv.go:95–101  ·  view source on GitHub ↗
(data []CloudflareIPData)

Source from the content-addressed store, hash-verified

93}
94
95func convertToString(data []CloudflareIPData) [][]string {
96 result := make([][]string, 0)
97 for _, v := range data {
98 result = append(result, v.toString())
99 }
100 return result
101}
102
103// 延迟丢包排序
104type PingDelaySet []CloudflareIPData

Callers 2

ExportCsvFunction · 0.85
PrintMethod · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected