MCPcopy
hub / github.com/mislav/hub / Get

Method Get

github/http.go:456–458  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

454}
455
456func (c *simpleClient) Get(path string) (*simpleResponse, error) {
457 return c.performRequest("GET", path, nil, nil)
458}
459
460func (c *simpleClient) GetFile(path string, mimeType string) (*simpleResponse, error) {
461 return c.performRequest("GET", path, nil, func(req *http.Request) {

Callers 15

apiCommandFunction · 0.80
dumpRequestMethod · 0.80
dumpResponseMethod · 0.80
cacheKeyFunction · 0.80
LinkMethod · 0.80
RateLimitRemainingMethod · 0.80
RateLimitResetMethod · 0.80
authorizeClientMethod · 0.80
PullRequestMethod · 0.80
GistPatchMethod · 0.80
RepositoryMethod · 0.80
FetchReleasesMethod · 0.80

Calls 1

performRequestMethod · 0.95

Tested by 2