MCPcopy 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
109void 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
117void LogContext::Pop()
118{

Callers 15

InitializeMethod · 0.45
RecycleMessageMethod · 0.45
HistoryStackTestBasicMethod · 0.45
BeginMethod · 0.45
PushTransformMethod · 0.45
PushClipMethod · 0.45
PushTintMethod · 0.45
PushRangeMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by 4

HistoryStackTestBasicMethod · 0.36