MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Peek

Method Peek

Source/Engine/Core/LogContext.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 LogContextData Peek() const
41 {
42 return Count > 0 ? Ptr[Count - 1] : LogContextData();
43 }
44};
45
46ThreadLocal<LogContextThreadData> GlobalLogContexts;

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected