Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ GetListResponse
Class
GetListResponse
crates/hyperqueue/src/transfer/messages.rs:530–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
529
#[derive(Serialize, Deserialize, Debug)]
530
pub struct GetListResponse {
531
pub workers: Vec<WorkerInfo>,
532
}
533
534
#[derive(Serialize, Deserialize, Debug)]
535
pub struct WorkerInfoResponse {
Callers
1
handle_get_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected