Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vouch/vouch-proxy
/ urlEquals
Function
urlEquals
pkg/providers/github/github_test.go:62–66 ·
view source on GitHub ↗
(value string)
Source
from the content-addressed store, hash-verified
60
}
61
62
func
urlEquals(value string) ReqMatcher {
63
return
func
(r *http.Request) bool {
64
return
r.URL.String() == value
65
}
66
}
67
68
func
assertURLCalled(t *testing.T, url string) {
69
found := false
Callers
1
TestGetUserInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected