Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ wrongRow
Method
wrongRow
src/ap.h:595–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
593
};
594
private:
595
bool wrongRow(int i) const { return i<m_iLow1 || i>m_iHigh1; };
596
bool wrongColumn(int j) const { return j<m_iLow2 || j>m_iHigh2; };
597
598
T *m_Vec;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected