MCPcopy Create free account
hub / github.com/SmingHub/Sming / toString

Method toString

Sming/Core/CallbackTimer.h:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 String toString() const
50 {
51 String s;
52 s += name();
53 s += ": interval = ";
54 s += static_cast<const ApiDef*>(this)->getInterval();
55 s += ", ticks = ";
56 s += static_cast<const ApiDef*>(this)->ticks();
57 return s;
58 }
59
60 operator String() const
61 {

Callers

nothing calls this directly

Calls 3

nameFunction · 0.85
getIntervalMethod · 0.45
ticksMethod · 0.45

Tested by

no test coverage detected