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

Method info

crates/hyperqueue/src/server/autoalloc/state.rs:198–200  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

196 }
197
198 pub fn info(&self) -> &QueueInfo {
199 &self.info
200 }
201
202 pub fn name(&self) -> Option<&str> {
203 self.name.as_deref()

Callers 15

__init__Method · 0.80
handle_requestMethod · 0.80
bodyMethod · 0.80
stopMethod · 0.80
handle_messageFunction · 0.80
queue_try_submitFunction · 0.80
submitMethod · 0.80
wait_for_jobsMethod · 0.80
forgetMethod · 0.80
summary_htmlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected