Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HASwitchPlate/openHASP
/ available
Method
available
lib/StringStream/StringStream.h:12–15 ·
view source on GitHub ↗
Stream methods
Source
from the content-addressed store, hash-verified
10
11
// Stream methods
12
virtual int available()
13
{
14
return string.length() - position;
15
}
16
virtual int read()
17
{
18
return position < string.length() ? string[position++] : -1;
Callers
5
handleFTP
Method · 0.45
dataConnect
Method · 0.45
doStore
Method · 0.45
readChar
Method · 0.45
rename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected