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

Function renderLogMessage

lib/algorithms/readerwriter.cc:39–43  ·  view source on GitHub ↗

Start measuring the rotational speed */

Source from the content-addressed store, hash-verified

37
38/* Start measuring the rotational speed */
39void renderLogMessage(
40 LogRenderer& r, std::shared_ptr<const BeginSpeedOperationLogMessage> m)
41{
42 r.newline().add("Measuring rotational speed...").newline();
43}
44
45/* Finish measuring the rotational speed */
46void renderLogMessage(

Callers

nothing calls this directly

Calls 5

addMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected