MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / renderLogMessage

Function renderLogMessage

lib/config/config.cc:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167};
168
169void renderLogMessage(LogRenderer& r, std::shared_ptr<const OptionLogMessage> m)
170{
171 r.newline().add("OPTION:").add(m->message).newline();
172}
173
174Config& globalConfig()
175{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected