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

Method CompareData

Source/PatternCompiler.cpp:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911bool CPatternCompiler::CompareData(const std::vector<unsigned char> &data) const // // //
912{
913 return m_vData == data;
914}
915
916const std::vector<unsigned char> &CPatternCompiler::GetData() const // // //
917{

Callers 1

StorePatternsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected