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

Function command_job_open

crates/hyperqueue/src/bin/hq.rs:72–78  ·  view source on GitHub ↗
(
    gsettings: &GlobalSettings,
    opts: SubmitJobConfOpts,
)

Source from the content-addressed store, hash-verified

70}
71
72async fn command_job_open(
73 gsettings: &GlobalSettings,
74 opts: SubmitJobConfOpts,
75) -> anyhow::Result<()> {
76 let mut session = get_client_session(gsettings.server_directory()).await?;
77 open_job(gsettings, &mut session, opts).await
78}
79
80async fn command_submit_job_file(
81 gsettings: &GlobalSettings,

Callers 1

mainFunction · 0.85

Calls 3

get_client_sessionFunction · 0.85
open_jobFunction · 0.85
server_directoryMethod · 0.80

Tested by

no test coverage detected