MCPcopy Create free account
hub / github.com/defold/defold / CheckItem

Function CheckItem

engine/dlib/src/dlib/jobsystem.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static JobItem* CheckItem(JobThreadContext* ctx, HJob hjob)
124{
125 JobItem* item = GetJobItem(ctx, hjob);
126 assert(item != 0); // Generation differed!
127 return item;
128}
129
130// ***********************************************************************************
131// Jobs

Callers 1

JobSystemSetParentFunction · 0.85

Calls 2

GetJobItemFunction · 0.85
assertFunction · 0.50

Tested by

no test coverage detected