Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ size
Function
size
src/ArduinoJson/Strings/JsonString.hpp:51–53 ·
view source on GitHub ↗
Returns length of the string.
Source
from the content-addressed store, hash-verified
49
50
// Returns length of the string.
51
size_t size() const {
52
return str_.size();
53
}
54
55
// Returns true if the string is non-null
56
explicit operator bool() const {
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected