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

Method new

crates/cranelift/src/debug/transform/expression.rs:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34impl ExpressionWriter {
35 fn new() -> Self {
36 let endian = gimli::RunTimeEndian::Little;
37 let writer = write::EndianVec::new(endian);
38 ExpressionWriter(writer)
39 }
40
41 fn write_op(&mut self, op: gimli::DwOp) -> write::Result<()> {
42 self.write_u8(op.0)

Callers

nothing calls this directly

Calls 12

ExpressionWriterClass · 0.85
get_mutFunction · 0.85
JumpTargetMarkerClass · 0.85
translate_ranges_rawMethod · 0.80
sort_unstable_byMethod · 0.80
newFunction · 0.50
extendMethod · 0.45
mapMethod · 0.45
into_iterMethod · 0.45
cmpMethod · 0.45
as_refMethod · 0.45
unwrapMethod · 0.45

Tested by

no test coverage detected