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

Method defaultValueAsString

lib/config/flags.cc:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233const std::string HexIntFlag::defaultValueAsString() const
234{
235 return fmt::format("0x{:x}", _defaultValue);
236}
237
238static void doHelp()
239{

Callers 1

doHelpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected