MCPcopy Index your code
hub / github.com/cli/cli / newZipLogMap

Function newZipLogMap

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

Source from the content-addressed store, hash-verified

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

Callers 1

getZipLogMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected