MCPcopy 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

handleFTPMethod · 0.45
dataConnectMethod · 0.45
doStoreMethod · 0.45
readCharMethod · 0.45
renameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected