Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/vulnerablecode
/ job
Method
job
vulnerabilities/models.py:2079–2084 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2077
2078
@property
2079
def
job(self):
2080
with
suppress(NoSuchJobError):
2081
return
Job.fetch(
2082
str(self.run_id),
2083
connection=django_rq.get_connection(),
2084
)
2085
2086
@property
2087
def
job_status(self):
Callers
nothing calls this directly
Calls
1
fetch
Method · 0.45
Tested by
no test coverage detected