Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Mark
Method
Mark
Source/Engine/Content/Asset.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
ThreadLocal<bool> ContentDeprecatedFlags;
24
25
void ContentDeprecated::Mark()
26
{
27
ContentDeprecatedFlags.Set(true);
28
}
29
30
bool ContentDeprecated::Clear(bool newValue)
31
{
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected