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

Function newZipLogMap

pkg/cmd/run/view/logs.go:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164func newZipLogMap() *zipLogMap {
165 return &zipLogMap{
166 jobs: make(map[int64]*zip.File),
167 steps: make(map[string]*zip.File),
168 }
169}
170
171func (l *zipLogMap) forJob(jobID int64) (*zip.File, bool) {
172 f, ok := l.jobs[jobID]

Callers 1

getZipLogMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected