MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Count

Method Count

DebugView++Lib/LogFile.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57size_t LogFile::Count() const
58{
59 return m_messages.size();
60}
61
62Message LogFile::operator[](size_t i) const
63{

Callers 8

RunMethod · 0.45
SaveLogFileFunction · 0.45
AppendLogFileFunction · 0.45
AreEqualFunction · 0.45
ClearViewMethod · 0.45
ApplyFiltersMethod · 0.45
GetLogFileRangeMethod · 0.45
SaveLogFileMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 3

SaveLogFileFunction · 0.36
AppendLogFileFunction · 0.36
AreEqualFunction · 0.36