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

Method setlength

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

Source from the content-addressed store, hash-verified

532 };
533
534 void setlength(int iLen1, int iLen2)
535 {
536 setbounds(0, iLen1-1, 0, iLen2-1);
537 }
538
539 void setcontent( int iLow1, int iHigh1, int iLow2, int iHigh2, const T *pContent )
540 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected