Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
bool is_string_empty(const char *str) {
84
return str == NULL || str[0] ==
'\0'
;
85
}
Callers
14
check_clightd_version
Function · 0.85
on_bus_name_changed
Function · 0.85
call
Function · 0.85
evaluate
Function · 0.85
destroy
Function · 0.85
fetch_display
Function · 0.85
fetch_env
Function · 0.85
own_display
Function · 0.85
log_daytime_conf
Function · 0.85
calculate_sunrise_sunset
Function · 0.85
load_sensor_settings
Function · 0.85
load_override_settings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected