MCPcopy 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
137impl core::default::Default for Cost {
138 fn default() -> Cost {
139 Cost::zero()
140 }
141}
142
143impl core::ops::Add<Cost> for Cost {

Callers

nothing calls this directly

Calls 1

zeroFunction · 0.85

Tested by

no test coverage detected