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

Method print

cranelift/isle/isle/src/printer.rs:86–88  ·  view source on GitHub ↗
(&mut self, sexpr: &SExpr)

Source from the content-addressed store, hash-verified

84 }
85
86 fn print(&mut self, sexpr: &SExpr) -> std::io::Result<()> {
87 self.print_wrapped(sexpr, Wrapping::Wrap)
88 }
89
90 fn print_wrapped(&mut self, sexpr: &SExpr, wrapping: Wrapping) -> std::io::Result<()> {
91 match sexpr {

Callers 2

print_nodeFunction · 0.45
arbtestFunction · 0.45

Calls 1

print_wrappedMethod · 0.80

Tested by 1

arbtestFunction · 0.36