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

Method client_key

crates/hyperqueue/src/common/serverdir.rs:231–233  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

229 self.worker.port
230 }
231 pub fn client_key(&self) -> Option<&Arc<SecretKey>> {
232 self.client.secret_key.as_ref()
233 }
234 pub fn worker_key(&self) -> Option<&Arc<SecretKey>> {
235 self.worker.secret_key.as_ref()
236 }

Callers 1

start_serverFunction · 0.80

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected