Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_request
Method · 0.80
body
Method · 0.80
stop
Method · 0.80
handle_message
Function · 0.80
create_queue_worker_query
Function · 0.80
compute_submission_permit
Function · 0.80
queue_try_submit
Function · 0.80
submit
Method · 0.80
wait_for_jobs
Method · 0.80
forget
Method · 0.80
summary_html
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected