MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / add_result

Method add_result

crates/cli/src/wast_runner.rs:574–576  ·  view source on GitHub ↗
(&mut self, name: &str, linecol: (usize, usize), result: Result<()>)

Source from the content-addressed store, hash-verified

572 }
573
574 fn add_result(&mut self, name: &str, linecol: (usize, usize), result: Result<()>) {
575 self.tests.push(TestCase { name: name.to_string(), linecol, result });
576 }
577}
578
579#[derive(Debug)]

Callers 1

run_fileMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected