MCPcopy
hub / github.com/cli/cli / fakePlatform

Struct fakePlatform

pkg/cmd/run/download/download_test.go:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159type fakePlatform struct {
160 runs []run
161}
162
163func (f *fakePlatform) List(runID string) ([]shared.Artifact, error) {
164 runIds := map[string]struct{}{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected