MCPcopy Create free account
hub / github.com/DFHack/dfhack / get_known

Function get_known

plugins/workflow.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 ******************************/
370
371static ProtectedJob *get_known(int id)
372{
373 TKnownJobs::iterator it = known_jobs.find(id);
374 return (it != known_jobs.end()) ? it->second : NULL;
375}
376
377static bool isSupportedJob(df::job *job)
378{

Callers 4

check_lost_jobsFunction · 0.85
update_job_dataFunction · 0.85
listConstraintsFunction · 0.85
workflow_cmdFunction · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected