MCPcopy 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
32String::String(const char* cstr) : String()
33{
34 if(cstr)
35 copy(cstr, strlen(cstr));
36}
37
38String::String(StringSumHelper&& rval) noexcept : String()
39{

Callers

nothing calls this directly

Calls 5

ultoa_wpFunction · 0.85
ltoa_wpFunction · 0.85
lltoa_wpFunction · 0.85
ulltoa_wpFunction · 0.85
dtostrfFunction · 0.85

Tested by

no test coverage detected