Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ size
Function
size
src/ArduinoJson/Memory/StringBuilder.hpp:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
size_t size() const {
73
return size_;
74
}
75
76
JsonString str() const {
77
ARDUINOJSON_ASSERT(node_ != nullptr);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected