MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / is_open

Method is_open

crates/hyperqueue/src/server/job.rs:176–178  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

174
175 #[inline]
176 pub fn is_open(&self) -> bool {
177 self.is_open
178 }
179
180 pub fn close(&mut self, senders: &Senders) {
181 self.is_open = false;

Callers 7

job_statusFunction · 0.45
output_job_listFunction · 0.45
wait_for_jobsFunction · 0.45
is_terminatedMethod · 0.45
check_terminationMethod · 0.45
handle_job_closeFunction · 0.45
handle_submitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected