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