MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / Get

Method Get

lib/gh/client.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, user string)

Source from the content-addressed store, hash-verified

37type RepoClient interface {
38 GetLatestRelease(ctx context.Context, owner, repo string) (*github.RepositoryRelease, *github.Response, error)
39 GetArchiveLink(
40 ctx context.Context,
41 owner, repo string,
42 archiveformat github.ArchiveFormat,

Callers 8

TestHTTPFetcher_FetchFunction · 0.65
TestLocalDataCacheFunction · 0.65
PublishMethod · 0.65
GetMethod · 0.65
TestValkeyDataCacheFunction · 0.65
GetCurrentUserMethod · 0.65

Implementers 1

MockUsersClientlib/gh/get_current_user_test.go

Calls

no outgoing calls

Tested by 4

TestHTTPFetcher_FetchFunction · 0.52
TestLocalDataCacheFunction · 0.52
TestValkeyDataCacheFunction · 0.52