Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ set_guid
Method
set_guid
modules/engine/runtime/src/resource/resource_handle.cpp:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void skr_resource_handle_t::set_guid(const skr_guid_t& inGUID)
81
{
82
reset();
83
guid = inGUID;
84
SKR_ASSERT(padding != 0 || is_null());
85
}
86
87
bool skr_resource_handle_t::is_resolved() const
88
{
Callers
4
FromString
Method · 0.80
Read
Method · 0.80
Read
Method · 0.80
Read
Method · 0.80
Calls
2
reset
Function · 0.50
is_null
Function · 0.50
Tested by
no test coverage detected