Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Get
Method
Get
Source/Engine/Core/LogContext.cpp:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
LogContextData LogContext::Get()
124
{
125
auto& stack = GlobalLogContexts.Get();
126
return stack.Peek();
127
}
Callers
9
Write
Method · 0.45
ProcessLogMessage
Method · 0.45
Print
Method · 0.45
Push
Method · 0.45
Pop
Method · 0.45
Bind
Method · 0.45
Triangulate
Method · 0.45
ToModelData
Method · 0.45
generateRawDataAsset
Method · 0.45
Calls
1
Peek
Method · 0.45
Tested by
no test coverage detected