MCPcopy
hub / github.com/github/github-mcp-server / testAPIHostResolver

Struct testAPIHostResolver

pkg/scopes/fetcher_test.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type testAPIHostResolver struct {
16 baseURL string
17}
18
19func (t testAPIHostResolver) BaseRESTURL(_ context.Context) (*url.URL, error) {
20 return url.Parse(t.baseURL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected