MCPcopy Create free account
hub / github.com/ddnet/ddnet / Init

Method Init

src/engine/shared/snapshot.cpp:633–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631// CSnapshotStorage
632
633void CSnapshotStorage::Init()
634{
635 m_pFirst = nullptr;
636 m_pLast = nullptr;
637}
638
639void CSnapshotStorage::PurgeAll()
640{

Callers 1

UnpackDeltaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected