MCPcopy 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
123LogContextData LogContext::Get()
124{
125 auto& stack = GlobalLogContexts.Get();
126 return stack.Peek();
127}

Callers 9

WriteMethod · 0.45
ProcessLogMessageMethod · 0.45
PrintMethod · 0.45
PushMethod · 0.45
PopMethod · 0.45
BindMethod · 0.45
TriangulateMethod · 0.45
ToModelDataMethod · 0.45
generateRawDataAssetMethod · 0.45

Calls 1

PeekMethod · 0.45

Tested by

no test coverage detected