MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / delete_run

Method delete_run

vulnerabilities/models.py:2226–2231  ·  view source on GitHub ↗
(self, delete_self=True)

Source from the content-addressed store, hash-verified

2224 self.set_run_stopped()
2225
2226 def delete_run(self, delete_self=True):
2227 if job := self.job:
2228 job.delete()
2229
2230 if delete_self:
2231 self.delete()
2232
2233 def delete(self, *args, **kwargs):
2234 """

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected