Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetFiles
Method
GetFiles
Source/Engine/Content/Storage/ContentStorageManager.cpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void ContentStorageManager::GetFiles(Array<FlaxFile*>& result)
215
{
216
result.Add(Files);
217
}
218
219
void ContentStorageManager::GetStorage(Array<FlaxStorage*>& result)
220
{
Callers
1
GetFilesToDeploy
Method · 0.45
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected