MCPcopy Create free account
hub / github.com/clawshell/clawshell / remove_openclaw_stats_cron

Function remove_openclaw_stats_cron

src/openclaw_cli.rs:692–695  ·  view source on GitHub ↗
(runner: &mut R)

Source from the content-addressed store, hash-verified

690}
691
692pub fn remove_openclaw_stats_cron<R: OpenclawRunner>(runner: &mut R) -> Result<(), Box<dyn Error>> {
693 run_openclaw_command(runner, &["cron", "remove", STATS_CRON_JOB_NAME])?;
694 Ok(())
695}
696
697#[cfg(test)]
698mod tests {

Calls 1

run_openclaw_commandFunction · 0.85