MCPcopy Create free account
hub / github.com/FedeDP/Clight / is_string_empty

Function is_string_empty

src/utils/utils.c:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool is_string_empty(const char *str) {
84 return str == NULL || str[0] == '\0';
85}

Callers 14

check_clightd_versionFunction · 0.85
on_bus_name_changedFunction · 0.85
callFunction · 0.85
evaluateFunction · 0.85
destroyFunction · 0.85
fetch_displayFunction · 0.85
fetch_envFunction · 0.85
own_displayFunction · 0.85
log_daytime_confFunction · 0.85
calculate_sunrise_sunsetFunction · 0.85
load_sensor_settingsFunction · 0.85
load_override_settingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected