MCPcopy 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
117void LogContext::Pop()
118{
119 auto& stack = GlobalLogContexts.Get();
120 stack.Pop();
121}
122
123LogContextData LogContext::Get()
124{

Callers 15

CreateMessageMethod · 0.45
PopTransformMethod · 0.45
PopClipMethod · 0.45
PopTintMethod · 0.45
BeginQueryMethod · 0.45
eatBoxMethod · 0.45
ProcessColorMethod · 0.45
ProcessAlphaMethod · 0.45
ProcessStyleMethod · 0.45
ProcessFontMethod · 0.45
ProcessBoldMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected