Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsReadOnly
Method
IsReadOnly
Source/Engine/Content/Storage/FlaxStorage.cpp:1571–1574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1569
}
1570
1571
bool FlaxFile::IsReadOnly() const
1572
{
1573
return false;
1574
}
1575
1576
bool FlaxFile::HasAsset(const Guid& id) const
1577
{
Callers
4
SaveToAsset
Method · 0.45
onRename
Method · 0.45
Init
Method · 0.45
RegisterAssets
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected