MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / cost

Method cost

cranelift/codegen/src/egraph/cost.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60 }
61
62 fn cost(&self) -> u32 {
63 self.0
64 }
65
66 /// Return the cost of an opcode.
67 fn of_opcode(op: Opcode) -> Cost {

Callers 3

fmtMethod · 0.45
of_pure_opMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected