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

Method SetConversion

Source/SequenceParser.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void CSequenceParser::SetConversion(std::unique_ptr<CSeqConversionBase> pConv)
332{
333 m_pConversion = std::move(pConv);
334}
335
336void CSequenceParser::ParseSequence(std::string_view sv)
337{

Callers 3

SetupParserMethod · 0.45
SetupParserMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36