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

Method SnapNumItems

src/tools/demo_extract_chat.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 int SnapNumItems(int SnapId)
72 {
73 dbg_assert(SnapId >= 0 && SnapId < IClient::NUM_SNAPSHOT_TYPES, "Invalid SnapId: %d", SnapId);
74 return m_apAltSnapshots[SnapId]->NumItems();
75 }
76
77 IClient::CSnapItem SnapGetItem(int SnapId, int Index)
78 {

Callers

nothing calls this directly

Calls 1

NumItemsMethod · 0.45

Tested by

no test coverage detected