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

Method to_str

crates/hyperqueue/src/transfer/messages.rs:79–85  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77
78impl PinMode {
79 pub fn to_str(&self) -> &'static str {
80 match self {
81 PinMode::None => "none",
82 PinMode::TaskSet => "taskset",
83 PinMode::OpenMP => "omp",
84 }
85 }
86}
87
88/// Description of a task that is ready to be started

Callers 15

submit_computationFunction · 0.80
warn_missing_task_idFunction · 0.80
check_valid_cwdFunction · 0.80
parse_refMethod · 0.80
fill_task_pathsFunction · 0.80
stdio_to_strFunction · 0.80
get_task_pathsFunction · 0.80
format_task_pathsFunction · 0.80
submit_scriptFunction · 0.80
get_allocation_statusFunction · 0.80
find_max_id_in_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected