Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
633
void CSnapshotStorage::Init()
634
{
635
m_pFirst = nullptr;
636
m_pLast = nullptr;
637
}
638
639
void CSnapshotStorage::PurgeAll()
640
{
Callers
1
UnpackDelta
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected