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

Method split

crates/hyperqueue/src/common/serverdir.rs:238–249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 }
237
238 pub fn split(self) -> (ClientAccessRecord, WorkerAccessRecord) {
239 (
240 ClientAccessRecord {
241 version: self.version.clone(),
242 client: self.client,
243 },
244 WorkerAccessRecord {
245 version: self.version,
246 worker: self.worker,
247 },
248 )
249 }
250}
251
252fn load_and_check_version(path: &Path) -> crate::Result<String> {

Callers 13

parse_refMethod · 0.45
read_linesFunction · 0.45
parse_resource_couplingFunction · 0.45
handle_clientFunction · 0.45
submit_allocationMethod · 0.45
get_scontrol_itemsFunction · 0.45
get_root_screen_chunksFunction · 0.45
render_timelineFunction · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected