MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / InitStatus

Enum InitStatus

ProgramLog/log.hpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class Log {
14private:
15 enum class InitStatus {
16 NotInitialized,
17 Initializing,
18 Initialized
19 };
20
21 static std::atomic<InitStatus> s_LogInitStatus;
22 static std::weak_ptr<lazy_file_sink_mt> s_LogSink;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected