Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PuerkitoBio/fetchbot
/ cookiesCmd
Struct
cookiesCmd
cmd_test.go:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
type
cookiesCmd
struct
{
113
*Cmd
114
cooks []*http.Cookie
115
}
116
117
func
(cc *cookiesCmd) Cookies() []*http.Cookie {
118
return
cc.cooks
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected