MCPcopy Create free account
hub / github.com/git/git / systemd_timer_update_schedule

Function systemd_timer_update_schedule

builtin/gc.c:3244–3250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3242}
3243
3244static int systemd_timer_update_schedule(int run_maintenance, int fd UNUSED)
3245{
3246 if (run_maintenance)
3247 return systemd_timer_setup_units();
3248 else
3249 return systemd_timer_delete_units();
3250}
3251
3252enum scheduler {
3253 SCHEDULER_INVALID = -1,

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected