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

Method StartNew

libs/coding/files_container.cpp:326–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void FilesContainerW::StartNew()
327{
328 // leave space for offset to service info
329 FileWriter writer(m_name);
330 uint64_t skip = 0;
331 writer.Write(&skip, sizeof(skip));
332 m_needRewrite = false;
333}
334
335FilesContainerW::~FilesContainerW()
336{

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected