MCPcopy Create free account
hub / github.com/comaps/comaps / Assign

Method Assign

libs/coding/files_container.cpp:254–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void FilesMappingContainer::Handle::Assign(Handle && h)
255{
256 Unmap();
257
258 m_base = h.m_base;
259 m_origBase = h.m_origBase;
260 m_size = h.m_size;
261 m_origSize = h.m_origSize;
262
263 h.Reset();
264}
265
266void FilesMappingContainer::Handle::Unmap()
267{

Callers 5

GetTypesMethod · 0.45
UNIT_TESTFunction · 0.45
GetVillagesScaleFunction · 0.45
operator()Method · 0.45
CreateNoteTestMethod · 0.45

Calls 1

ResetMethod · 0.45

Tested by 3

GetTypesMethod · 0.36
UNIT_TESTFunction · 0.36
CreateNoteTestMethod · 0.36