Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HASwitchPlate/openHASP
/ StringStream
Method
StringStream
lib/StringStream/StringStream.h:8–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
class StringStream : public Stream {
7
public:
8
StringStream(String & s) : string(s), position(0)
9
{}
10
11
// Stream methods
12
virtual int available()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected