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

Method iter_mut

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

Iterates over all jobs mutably.

(&mut self)

Source from the content-addressed store, hash-verified

65
66 /// Iterates over all jobs mutably.
67 pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut JobState> + '_ { self.jobs.iter_mut() }
68
69 /// Iterates over all finished jobs, returning the job state and the result.
70 pub fn iter_finished(

Callers 15

build_nodesFunction · 0.80
save_configMethod · 0.80
jobs_uiFunction · 0.80
jobs_menu_uiFunction · 0.80
appearance_windowFunction · 0.80
scan_instructionsMethod · 0.80
iter_finishedMethod · 0.80
diff_codeFunction · 0.80
resolve_branchesFunction · 0.80
migrate_v1Method · 0.80
splitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected