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

Method from

crates/hyperqueue/src/server/autoalloc/process.rs:2414–2421  ·  view source on GitHub ↗
(value: &str)

Source from the content-addressed store, hash-verified

2412
2413 impl From<&str> for ManagerInfo {
2414 fn from(value: &str) -> Self {
2415 Self {
2416 manager: ManagerType::Slurm,
2417 allocation_id: value.to_string(),
2418 time_limit: None,
2419 max_memory_mb: None,
2420 }
2421 }
2422 }
2423
2424 impl From<QueueBuilder> for AllocationQueue {

Callers

nothing calls this directly

Calls 3

always_queued_handlerFunction · 0.85
to_stringMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected