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

Method worker_key

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

Source from the content-addressed store, hash-verified

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 }
237
238 pub fn split(self) -> (ClientAccessRecord, WorkerAccessRecord) {
239 (

Callers 1

start_serverFunction · 0.80

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected