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

Struct cookieEditorFormatter

output/cookie_editor.go:12–14  ·  view source on GitHub ↗

cookieEditorFormatter outputs cookies in the CookieEditor browser extension format. Non-cookie categories fall back to standard JSON output.

Source from the content-addressed store, hash-verified

10// cookieEditorFormatter outputs cookies in the CookieEditor browser extension
11// format. Non-cookie categories fall back to standard JSON output.
12type cookieEditorFormatter struct {
13 fallback *jsonFormatter
14}
15
16func (f *cookieEditorFormatter) ext() string { return "json" }
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected