Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ clear_task_names
Method
clear_task_names
components/scheduler/src/scheduled_task_manager.rs:143–145 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
141
}
142
143
pub fn clear_task_names(&mut self) {
144
self.active_task_buckets.clear();
145
}
146
147
pub fn script_started(&mut self, meta: &ScriptMeta) {
148
for script_task_bucket in &meta.task_buckets {
Callers
2
handle_session_events
Method · 0.80
clear_loaded_timers_and_tasks
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected