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

Method CCompiler

Source/Compiler.cpp:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136// CCompiler
137
138CCompiler::CCompiler(const CFamiTrackerModule &modfile, std::shared_ptr<CCompilerLog> pLogger) :
139 m_pModule(&modfile),
140 m_ChannelOrder(m_pModule->GetChannelOrder().Canonicalize()), // // //
141 title_(m_pModule->GetModuleName()),
142 artist_(m_pModule->GetModuleArtist()),
143 copyright_(m_pModule->GetModuleCopyright()),
144 m_pLogger(std::move(pLogger))
145{
146 ClearLog(); // // //
147}
148
149CCompiler::~CCompiler() {
150}

Callers

nothing calls this directly

Calls 4

CanonicalizeMethod · 0.80
GetModuleNameMethod · 0.80
GetModuleArtistMethod · 0.80
GetModuleCopyrightMethod · 0.80

Tested by

no test coverage detected