Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ mustParseURL
Function
mustParseURL
coderd/mcp/mcp_e2e_test.go:1487–1491 ·
view source on GitHub ↗
(t *testing.T, rawURL string)
Source
from the content-addressed store, hash-verified
1485
}
1486
1487
func
mustParseURL(t *testing.T, rawURL string) *url.URL {
1488
u, err := url.Parse(rawURL)
1489
require.NoError(t, err,
"Failed to parse URL %q"
, rawURL)
1490
return
u
1491
}
Callers
2
TestMCPHTTP_E2E_RFC6750_UnauthenticatedRequest
Function · 0.85
TestMCPHTTP_E2E_OAuth2_EndToEnd
Function · 0.85
Calls
1
Parse
Method · 0.65
Tested by
no test coverage detected