MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / wrongIdx

Method wrongIdx

src/ap.h:398–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 };
397private:
398 bool wrongIdx(int i) const { return i<m_iLow || i>m_iHigh; };
399
400 T *m_Vec;
401 long m_iVecSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected