Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ String
Method
String
Sming/Wiring/WString.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
/*********************************************/
31
32
String::String(const char* cstr) : String()
33
{
34
if(cstr)
35
copy(cstr, strlen(cstr));
36
}
37
38
String::String(StringSumHelper&& rval) noexcept : String()
39
{
Callers
nothing calls this directly
Calls
5
ultoa_wp
Function · 0.85
ltoa_wp
Function · 0.85
lltoa_wp
Function · 0.85
ulltoa_wp
Function · 0.85
dtostrf
Function · 0.85
Tested by
no test coverage detected