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

Method Add

DebugView++Lib/LogFile.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void LogFile::Add(const Message& msg)
41{
42 auto props = m_processInfo.GetProcessProperties(msg.processId, WStr(msg.processName).str());
43 m_messages.push_back(InternalMessage(msg.time, msg.systemTime, props.uid));
44 m_storage.Add(msg.text);
45}
46
47size_t LogFile::BeginIndex() const
48{

Callers

nothing calls this directly

Calls 4

WStrClass · 0.85
InternalMessageClass · 0.85
GetProcessPropertiesMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected