MCPcopy Create free account
hub / github.com/encounter/objdiff / start_build

Function start_build

objdiff-core/src/jobs/objdiff.rs:184–188  ·  view source on GitHub ↗
(waker: Waker, config: ObjDiffConfig)

Source from the content-addressed store, hash-verified

182}
183
184pub fn start_build(waker: Waker, config: ObjDiffConfig) -> JobState {
185 start_job(waker, "Build", Job::ObjDiff, move |context, cancel| {
186 run_build(&context, cancel, config).map(|result| JobResult::ObjDiff(Some(result)))
187 })
188}

Callers 1

reloadMethod · 0.50

Calls 2

start_jobFunction · 0.85
run_buildFunction · 0.85

Tested by

no test coverage detected