MCPcopy Create free account
hub / github.com/SignTools/SignTools / DeleteById

Method DeleteById

src/storage/job_resolver.go:113–117  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

111}
112
113func (r *JobResolver) DeleteById(id string) bool {
114 r.mu.Lock()
115 defer r.mu.Unlock()
116 return r.deleteById(id)
117}
118
119func (r *JobResolver) deleteById(id string) bool {
120 job, ok := r.idToReturnJobMap[id]

Callers 2

failJobFunction · 0.80
uploadSignedAppFunction · 0.80

Calls 1

deleteByIdMethod · 0.95

Tested by

no test coverage detected