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

Method List

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

Source from the content-addressed store, hash-verified

20}
21
22func (p *apiPlatform) List(runID string) ([]shared.Artifact, error) {
23 return shared.ListArtifacts(p.client, p.repo, runID)
24}
25
26func (p *apiPlatform) Download(url string, dir safepaths.Absolute) error {
27 return downloadArtifact(p.client, 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