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

Method failed

crates/cli/src/wast_runner.rs:112–114  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

110 }
111
112 pub fn failed(&self) -> bool {
113 self.0.values().any(|group| group.stats().1 > 0)
114 }
115
116 pub fn print_errors(&self) {
117 for group in self.0.values() {

Callers 2

run_pathsMethod · 0.80
report_statusMethod · 0.80

Calls 1

statsMethod · 0.80

Tested by 1

report_statusMethod · 0.64