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

Method addJob

pkg/cmd/run/view/logs.go:183–185  ·  view source on GitHub ↗
(jobID int64, zf *zip.File)

Source from the content-addressed store, hash-verified

181}
182
183func (l *zipLogMap) addJob(jobID int64, zf *zip.File) {
184 l.jobs[jobID] = zf
185}
186
187// getZipLogMap populates a logs struct with appropriate log fetchers based on
188// the provided zip file and list of jobs.

Callers 1

getZipLogMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected