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

Function command_worker_start

crates/hyperqueue/src/bin/hq.rs:225–230  ·  view source on GitHub ↗
(
    gsettings: &GlobalSettings,
    opts: WorkerStartOpts,
)

Source from the content-addressed store, hash-verified

223}
224
225async fn command_worker_start(
226 gsettings: &GlobalSettings,
227 opts: WorkerStartOpts,
228) -> anyhow::Result<()> {
229 start_hq_worker(gsettings, opts).await
230}
231
232async fn command_worker_stop(
233 gsettings: &GlobalSettings,

Callers 1

mainFunction · 0.85

Calls 1

start_hq_workerFunction · 0.85

Tested by

no test coverage detected