Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andysworkshop/stm32plus
/ getSize
Method
getSize
lib/src/stream/ByteArrayOutputStream.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
*/
41
42
uint32_t ByteArrayOutputStream::getSize() const {
43
return _currentUsage;
44
}
45
46
47
/**
Callers
1
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected