MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / Do

Method Do

internal/testutils/mocks.go:9–9  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

7
8type HTTPClient interface {
9 Do(req *http.Request) (*http.Response, error)
10}
11
12type MockHTTPClient struct {

Callers 8

ThunderDirFunction · 0.65
InitCommonStylesFunction · 0.65
InitFunction · 0.65
InitHelpStylesFunction · 0.65
fetchLatestFromGitHubFunction · 0.65
httpGetFunction · 0.65
downloadFileFunction · 0.65
doRequestMethod · 0.65

Implementers 1

MockHTTPClientinternal/testutils/mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected