Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
const char8_t* JobItem::get_name() SKR_NOEXCEPT
182
{
183
return name.u8_str();
184
}
185
186
JobItem::~JobItem() SKR_NOEXCEPT
187
{
Callers
2
log_pattern.cpp
File · 0.45
on_pass_end
Method · 0.45
Calls
1
u8_str
Method · 0.45
Tested by
no test coverage detected