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

Method GetAssetPath

modules/tools/tool_core/src/asset/cook_context.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177skr::String SCookContextImpl::GetAssetPath() const
178{
179 return record->path.u8string().c_str();
180}
181
182skr::filesystem::path SCookContextImpl::AddFileDependency(const skr::filesystem::path &inPath)
183{

Callers 5

compile_projectFunction · 0.80
ImportAssetMethod · 0.80
ImportMethod · 0.80
ImportMethod · 0.80
CookMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected