Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ isCollection
Method
isCollection
src/ArduinoJson/Variant/VariantData.hpp:368–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
bool isCollection() const {
369
return type_ & VariantTypeBits::CollectionMask;
370
}
371
372
bool isFloat() const {
373
return type_ & VariantTypeBits::NumberBit;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected