isNullOrEmpty# Fully qualified name: carb::extras::isNullOrEmpty Defined in carb/extras/StringSafe.h inline bool carb::extras::isNullOrEmpty(const char *str)# Verify if a string is null or empty. Parameters: str – The string to check. Returns: true if the string is null or empty, false otherwise.