MCPcopy
hub / github.com/moonD4rk/HackBrowserData / csvHeader

Method csvHeader

output/row.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (r row) csvHeader() []string {
16 return append([]string{"browser", "profile"}, structCSVHeader(r.entry)...)
17}
18
19func (r row) csvRow() []string {
20 return append([]string{r.Browser, r.Profile}, structCSVRow(r.entry)...)

Callers 1

formatMethod · 0.80

Calls 1

structCSVHeaderFunction · 0.85

Tested by

no test coverage detected