MCPcopy Index your code
hub / github.com/encounter/objdiff / remove

Method remove

objdiff-core/src/jobs/mod.rs:98–98  ·  view source on GitHub ↗

Removes a job from the queue given its ID.

(&mut self, id: usize)

Source from the content-addressed store, hash-verified

96
97 /// Removes a job from the queue given its ID.
98 pub fn remove(&mut self, id: usize) { self.jobs.retain(|job| job.id != id); }
99
100 /// Collects the results of all finished jobs and handles any errors.
101 pub fn collect_results(&mut self) {

Callers 5

patterns_uiFunction · 0.80
jobs_uiFunction · 0.80
appearance_windowFunction · 0.80
clear_overwritten_gprsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected