Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ toString
Method
toString
Sming/Core/NanoTime.h:391–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
String toString() const
392
{
393
String s(time);
394
s += unitToString(unit);
395
return s;
396
}
397
398
friend Time& operator+(Time lhs, const Time& rhs)
399
{
Callers
2
toString
Method · 0.45
toString
Method · 0.45
Calls
1
unitToString
Function · 0.85
Tested by
no test coverage detected