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

Method get_status

modules/engine/runtime/src/io/io.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 return get_status() == SKR_IO_STAGE_LOADING;
19}
20ESkrIOStage skr_io_future_t::get_status() const SKR_NOEXCEPT
21{
22 return (ESkrIOStage)skr_atomicu32_load_acquire(&status);
23}
24
25namespace skr {
26namespace io {

Callers 6

CookMethod · 0.45
on_unregisterMethod · 0.45
produce_draw_packetsMethod · 0.45
on_unregisterMethod · 0.45
produce_draw_packetsMethod · 0.45
service_thread.cppFile · 0.45

Calls 1

Tested by

no test coverage detected