Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ clear_next
Method
clear_next
components/scheduler/src/scheduled_task_manager.rs:139–141 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
137
}
138
139
pub fn clear_next(&mut self) {
140
self.next_task_time = None;
141
}
142
143
pub fn clear_task_names(&mut self) {
144
self.active_task_buckets.clear();
Callers
4
handle_session_events
Method · 0.80
clear_loaded_timers_and_tasks
Method · 0.80
start_triggered_tasks
Method · 0.80
script_started
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected