Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Pop
Method
Pop
Source/Engine/Core/LogContext.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void LogContext::Pop()
118
{
119
auto& stack = GlobalLogContexts.Get();
120
stack.Pop();
121
}
122
123
LogContextData LogContext::Get()
124
{
Callers
15
CreateMessage
Method · 0.45
PopTransform
Method · 0.45
PopClip
Method · 0.45
PopTint
Method · 0.45
RemovePathRelativeParts
Method · 0.45
BeginQuery
Method · 0.45
eatBox
Method · 0.45
ProcessColor
Method · 0.45
ProcessAlpha
Method · 0.45
ProcessStyle
Method · 0.45
ProcessFont
Method · 0.45
ProcessBold
Method · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected