Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
515
SAssetRecord* 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
Import
Method · 0.45
LoadConfig
Function · 0.45
Cook
Method · 0.45
Cook
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
Cook
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected