Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ New
Function
New
coderd/coderdtest/testjar/cookiejar.go:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
New() *Jar {
10
return
&Jar{}
11
}
12
13
// Jar exists because 'cookiejar.New()' strips many of the http.Cookie fields
14
// that are needed to assert. Such as 'Secure' and 'SameSite'.
Callers
1
TestOIDCOauthLoginWithExisting
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestOIDCOauthLoginWithExisting
Function · 0.74