mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed undocumented function isUndefined() to isUnbound()
This commit is contained in:
@@ -32,7 +32,7 @@ class VariantRefBase : public VariantTag {
|
||||
return variantIsNull(_data);
|
||||
}
|
||||
|
||||
FORCE_INLINE bool isUndefined() const {
|
||||
FORCE_INLINE bool isUnbound() const {
|
||||
return !_data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user