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

Method get_manager_info

crates/hyperqueue/src/common/manager/info.rs:38–42  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36
37impl GetManagerInfo for WorkerConfiguration {
38 fn get_manager_info(&self) -> Option<ManagerInfo> {
39 self.extra
40 .get(WORKER_EXTRA_MANAGER_KEY)
41 .and_then(|info| serde_json::from_str(info).ok())
42 }
43}

Callers 7

format_worker_infoFunction · 0.80
print_worker_listMethod · 0.80
print_worker_infoMethod · 0.80
load_event_fileMethod · 0.80
stop_workerMethod · 0.80
on_worker_connectedMethod · 0.80
on_worker_lostMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected