MCPcopy Create free account
hub / github.com/chenshuo/muduo / appendTableRowFloat

Method appendTableRowFloat

examples/procmon/procmon.cc:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 }
380
381 void appendTableRowFloat(const char* name, double value)
382 {
383 appendResponse("<tr><td>%s</td><td>%.2f</td></tr>\n", name, value);
384 }
385
386 void appendTableRow(const char* name, StringArg value)
387 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected