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

Method IsInitialized

ProgramLog/log.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool Log::IsInitialized() noexcept
71{
72 return s_LogInitStatus == InitStatus::Initialized;
73}
74
75std::shared_ptr<lazy_file_sink_mt> Log::GetSink() noexcept
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected