Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ clear
Method
clear
lib/ArduinoNative/src/WString.h:321–324 ·
view source on GitHub ↗
* Clear string. */
Source
from the content-addressed store, hash-verified
319
* Clear string.
320
*/
321
void clear()
322
{
323
m_stdStr.clear();
324
}
325
326
/**
327
* Is string empty?
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected