Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ write
Method
write
samples/Basic_Ssl/include/CounterStream.h:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
{
11
public:
12
size_t write(const uint8_t* buffer, size_t size) override
13
{
14
streamSize += size;
15
return size;
16
}
17
18
int available() override
19
{
Callers
13
init
Function · 0.45
tb
Function · 0.45
tb
Function · 0.45
tb
Function · 0.45
copySomeFiles
Function · 0.45
readFile
Function · 0.45
COMMAND_HANDLER
Function · 0.45
loopListen
Function · 0.45
echoCallback
Function · 0.45
loopListen
Function · 0.45
calcValue
Method · 0.45
testPSTR
Function · 0.45
Calls
no outgoing calls
Tested by
2
testPSTR
Function · 0.36
testFSTR
Function · 0.36