Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Push
Method
Push
Source/Engine/Core/LogContext.cpp:109–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void LogContext::Push(const Guid& id)
110
{
111
LogContextData context;
112
context.ObjectID = id;
113
auto& stack = GlobalLogContexts.Get();
114
stack.Push(MoveTemp(context));
115
}
116
117
void LogContext::Pop()
118
{
Callers
15
Initialize
Method · 0.45
RecycleMessage
Method · 0.45
HistoryStackTestBasic
Method · 0.45
HistoryStackTestTravel
Method · 0.45
HistoryStackTestExceptions
Method · 0.45
HistoryStackTestDropReverse
Method · 0.45
Begin
Method · 0.45
PushTransform
Method · 0.45
PushClip
Method · 0.45
PushTint
Method · 0.45
PushRange
Method · 0.45
RemovePathRelativeParts
Method · 0.45
Calls
1
Get
Method · 0.45
Tested by
4
HistoryStackTestBasic
Method · 0.36
HistoryStackTestTravel
Method · 0.36
HistoryStackTestExceptions
Method · 0.36
HistoryStackTestDropReverse
Method · 0.36