Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void renderLogMessage(LogRenderer& r, std::shared_ptr<const OptionLogMessage> m)
170
{
171
r.newline().add(
"OPTION:"
).add(m->message).newline();
172
}
173
174
Config& globalConfig()
175
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected