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

Method push

objdiff-core/src/jobs/mod.rs:41–41  ·  view source on GitHub ↗
(&mut self, state: JobState)

Source from the content-addressed store, hash-verified

39 /// Adds a job to the queue.
40 #[inline]
41 pub fn push(&mut self, state: JobState) { self.jobs.push(state); }
42
43 /// Adds a job to the queue if a job of the given kind is not already running.
44 #[inline]

Callers 15

parseMethod · 0.80
find_dirFunction · 0.80
build_nodesFunction · 0.80
load_project_configFunction · 0.80
patterns_uiFunction · 0.80
jobs_menu_uiFunction · 0.80
appearance_windowFunction · 0.80
decode_extabFunction · 0.80
get_asm_textFunction · 0.80
graphMethod · 0.80
data_row_uiFunction · 0.80

Calls

no outgoing calls