Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moonD4rk/HackBrowserData
/ ext
Method
ext
output/formatter.go:11–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
type
formatter
interface
{
10
format(w io.Writer, rows []row) error
11
ext() string
12
}
13
14
func
newFormatter(name string) (formatter, error) {
Callers
2
Write
Method · 0.65
writeFile
Method · 0.65
Implementers
3
csvFormatter
output/csv.go
cookieEditorFormatter
output/cookie_editor.go
jsonFormatter
output/json.go
Calls
no outgoing calls
Tested by
no test coverage detected