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

Method setcontent

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

Source from the content-addressed store, hash-verified

349
350
351 void setcontent( int iLow, int iHigh, const T *pContent )
352 {
353 setbounds(iLow, iHigh);
354 for(int i=0; i<m_iVecSize; i++)
355 m_Vec[i] = pContent[i];
356 };
357
358
359 T* getcontent()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected