MCPcopy Create free account
hub / github.com/cli/cli / List

Method List

pkg/cmd/run/download/http.go:23–25  ·  view source on GitHub ↗
(runID string)

Source from the content-addressed store, hash-verified

21}
22
23func (p *apiPlatform) List(runID string) ([]shared.Artifact, error) {
24 return shared.ListArtifacts(p.client, p.repo, runID)
25}
26
27func (p *apiPlatform) Download(url safeurl.SafeURL, dir safepaths.Absolute) error {
28 return downloadArtifact(p.client, p.repo.RepoHost(), url, dir)

Callers 2

Test_ListFunction · 0.95
Test_List_perRepositoryFunction · 0.95

Calls 1

ListArtifactsFunction · 0.92

Tested by 2

Test_ListFunction · 0.76
Test_List_perRepositoryFunction · 0.76