Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsPackage
Method
IsPackage
Source/Engine/Content/Storage/FlaxStorage.cpp:1566–1569 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1564
}
1565
1566
bool FlaxFile::IsPackage() const
1567
{
1568
return false;
1569
}
1570
1571
bool FlaxFile::IsReadOnly() const
1572
{
Callers
3
onRename
Method · 0.80
GetStorage
Method · 0.80
Job
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected