Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ clear_pending
Method
clear_pending
components/scheduler/src/scheduled_task_manager.rs:134–137 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
132
// }
133
134
pub fn clear_pending(&mut self) {
135
info!(
"cleared pending"
);
136
self.pending.clear();
137
}
138
139
pub fn clear_next(&mut self) {
140
self.next_task_time = None;
Callers
1
handle_session_events
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected