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

Method csvRow

output/row.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (r row) csvRow() []string {
20 return append([]string{r.Browser, r.Profile}, structCSVRow(r.entry)...)
21}
22
23// MarshalJSON produces flat JSON with browser/profile followed by the entry's fields.
24// Uses reflect.StructOf to dynamically build a struct that json.Marshal handles natively,

Callers 1

formatMethod · 0.80

Calls 1

structCSVRowFunction · 0.85

Tested by

no test coverage detected