Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ GetData
Method
GetData
src/apvt.h:41–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
pData(const_cast<T*>(Data)),iLength(Length),iStep(Step){};
40
41
const T* GetData() const
42
{ return pData; };
43
44
int GetLength() const
45
{ return iLength; };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected