MCPcopy 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
1487func 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}

Calls 1

ParseMethod · 0.65

Tested by

no test coverage detected