Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ size
Function
size
src/ArduinoJson/Object/ObjectData.hpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
size_t size(const ResourceManager* resources) const {
56
return CollectionData::size(resources) / 2;
57
}
58
59
static size_t size(const ObjectData* obj, const ResourceManager* resources) {
60
if (!obj)
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected