MCPcopy 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
80void 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
87bool skr_resource_handle_t::is_resolved() const
88{

Callers 4

FromStringMethod · 0.80
ReadMethod · 0.80
ReadMethod · 0.80
ReadMethod · 0.80

Calls 2

resetFunction · 0.50
is_nullFunction · 0.50

Tested by

no test coverage detected