Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HASwitchPlate/openHASP
/ write
Method
write
lib/StringStream/StringStream.h:26–30 ·
view source on GitHub ↗
Print methods
Source
from the content-addressed store, hash-verified
24
virtual void flush(){};
25
// Print methods
26
virtual size_t write(uint8_t c)
27
{
28
string += (char)c;
29
return 1;
30
};
31
32
private:
33
String & string;
Callers
3
doRetrieve
Method · 0.45
doStore
Method · 0.45
rename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected