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

Method GetSequence

Source/InstrumentFDS.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189std::shared_ptr<CSequence> CInstrumentFDS::GetSequence(sequence_t SeqType) const // // //
190{
191 auto it = m_pSequence.find(SeqType);
192 return it != m_pSequence.end() ? it->second : nullptr;
193}
194
195void CInstrumentFDS::SetSequence(sequence_t SeqType, std::shared_ptr<CSequence> pSeq)
196{

Callers 1

CloneFromMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected