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

Method GetMappedOffset

src/core/archive.cpp:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239int64 cMemMappedArchive::GetMappedOffset() const // throw(eArchive)
240{
241 if (mpMappedMem == 0)
242 ThrowAndAssert(eArchiveMemmap());
243
244 return mMappedOffset;
245}
246
247int64 cMemMappedArchive::GetMappedLength() const // throw(eArchive)
248{

Callers 1

TestMemoryArchiveFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestMemoryArchiveFunction · 0.64