MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_result

Method get_result

modules/core/core/src/async/job.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196int JobItem::get_result() SKR_NOEXCEPT
197{
198 return result;
199}
200
201class JobFinalizeItem final : public JobItem
202{

Callers 2

checkMethod · 0.45
job.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected