MCPcopy
hub / github.com/cli/cli / apiPlatform

Struct apiPlatform

pkg/cmd/run/download/http.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type apiPlatform struct {
18 client *http.Client
19 repo ghrepo.Interface
20}
21
22func (p *apiPlatform) List(runID string) ([]shared.Artifact, error) {
23 return shared.ListArtifacts(p.client, p.repo, runID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected