Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ default
Method
default
cranelift/codegen/src/egraph/cost.rs:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
137
impl core::default::Default for Cost {
138
fn default() -> Cost {
139
Cost::zero()
140
}
141
}
142
143
impl core::ops::Add<Cost> for Cost {
Callers
nothing calls this directly
Calls
1
zero
Function · 0.85
Tested by
no test coverage detected