MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / Copy

Method Copy

src/core/serializerutil.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67int64 cSerializerUtil::Copy(iSerializer* pDest, cArchive* pSrc, int64 amt)
68{
69 return CopyImpl(pDest, pSrc, amt);
70}
71
72int64 cSerializerUtil::Copy(cArchive* pDest, iSerializer* pSrc, int64 amt)
73{

Callers

nothing calls this directly

Calls 1

CopyImplFunction · 0.85

Tested by

no test coverage detected