Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ MustURL
Function
MustURL
testutil/url.go:8–14 ·
view source on GitHub ↗
(t testing.TB, raw string)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
MustURL(t testing.TB, raw string) *url.URL {
9
u, err := url.Parse(raw)
10
if
err != nil {
11
t.Fatal(err)
12
}
13
return
u
14
}
Callers
6
TestNewIsolatedHTTPClient
Function · 0.92
TestNewIsolatedHTTPSClient
Function · 0.92
TestMCPHTTP_ToolRegistration
Function · 0.92
TestTaskCreate
Function · 0.92
Test_TaskStatus
Function · 0.92
TestExpTaskDelete
Function · 0.92
Calls
2
Fatal
Method · 0.80
Parse
Method · 0.65
Tested by
6
TestNewIsolatedHTTPClient
Function · 0.74
TestNewIsolatedHTTPSClient
Function · 0.74
TestMCPHTTP_ToolRegistration
Function · 0.74
TestTaskCreate
Function · 0.74
Test_TaskStatus
Function · 0.74
TestExpTaskDelete
Function · 0.74