Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ main
Method
main
cranelift/fuzzgen/src/print.rs:52–54 ·
view source on GitHub ↗
Returns the main function of this test case.
(&self)
Source
from the content-addressed store, hash-verified
50
51
/// Returns the main function of this test case.
52
pub fn main(&self) -> &Function {
53
&self.functions[0]
54
}
55
}
56
57
impl<
'a> fmt::Debug for PrintableTestCase<'
a> {
Callers
1
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected