Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ add
Method
add
Sming/Core/NanoTime.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void add(unsigned value, unsigned digits)
93
{
94
pos += strlen(ultoa_wp(value, &buffer[pos], 10, digits,
'0'
));
95
}
96
97
void add(char c)
98
{
Callers
1
toString
Method · 0.45
Calls
1
ultoa_wp
Function · 0.85
Tested by
no test coverage detected