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

Method get_name

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

Source from the content-addressed store, hash-verified

179}
180
181const char8_t* JobItem::get_name() SKR_NOEXCEPT
182{
183 return name.u8_str();
184}
185
186JobItem::~JobItem() SKR_NOEXCEPT
187{

Callers 2

log_pattern.cppFile · 0.45
on_pass_endMethod · 0.45

Calls 1

u8_strMethod · 0.45

Tested by

no test coverage detected