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

Method GetAssetRecord

modules/tools/tool_core/src/asset/cook_system.cpp:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 return record;
514}
515SAssetRecord* SCookSystemImpl::GetAssetRecord(const skr_guid_t& guid)
516{
517 auto iter = assets.find(guid);
518 return iter != assets.end() ? iter->second : nullptr;
519}
520} // namespace skd::asset

Callers 13

ImportMethod · 0.45
LoadConfigFunction · 0.45
CookMethod · 0.45
CookMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
CookMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected