Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ init
Method
init
core/platform/FileUtils.cpp:534–538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
}
533
534
bool FileUtils::init()
535
{
536
_searchPathArray.emplace_back(_defaultResRootPath);
537
return true;
538
}
539
540
void FileUtils::purgeCachedEntries()
541
{
Callers
3
dictionaryWithContentsOfFile
Method · 0.45
dictionaryWithDataOfFile
Method · 0.45
arrayWithContentsOfFile
Method · 0.45
Calls
1
emplace_back
Method · 0.45
Tested by
no test coverage detected