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

Method UpdateSettings

DebugView++Lib/LogSources.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void LogSources::UpdateSettings(const std::unique_ptr<LogSource>& pSource)
71{
72 pSource->SetAutoNewLine(GetAutoNewLine());
73}
74
75void LogSources::Add(std::unique_ptr<LogSource> pSource)
76{

Callers

nothing calls this directly

Calls 1

SetAutoNewLineMethod · 0.45

Tested by

no test coverage detected