MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / run

Method run

cranelift/filetests/src/test_cat.rs:33–35  ·  view source on GitHub ↗
(&self, func: Cow<Function>, context: &Context)

Source from the content-addressed store, hash-verified

31 }
32
33 fn run(&self, func: Cow<Function>, context: &Context) -> anyhow::Result<()> {
34 subtest::run_filecheck(&func.display().to_string(), context)
35 }
36}

Callers

nothing calls this directly

Calls 3

run_filecheckFunction · 0.85
to_stringMethod · 0.45
displayMethod · 0.45

Tested by

no test coverage detected