MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / Print

Method Print

Source/Compiler.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void CCompiler::Print(std::string_view text) const // // //
153{
154 if (!m_pLogger)
155 return;
156
157 m_pLogger->WriteLog(text);
158}
159
160void CCompiler::ClearLog() const
161{

Callers

nothing calls this directly

Calls 1

WriteLogMethod · 0.45

Tested by

no test coverage detected