MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / prepare

Method prepare

crates/test/src/c.rs:70–72  ·  view source on GitHub ↗
(&self, runner: &mut Runner)

Source from the content-addressed store, hash-verified

68 }
69
70 fn prepare(&self, runner: &mut Runner) -> Result<()> {
71 prepare(runner, clang(runner))
72 }
73
74 fn compile(&self, runner: &Runner, c: &Compile<'_>) -> Result<()> {
75 compile(runner, c, clang(runner))

Callers 1

prepare_languagesMethod · 0.45

Calls 2

prepareFunction · 0.85
clangFunction · 0.85

Tested by

no test coverage detected