MCPcopy Create free account
hub / github.com/diem/move / ast_debug

Method ast_debug

language/move-compiler/src/shared/ast_debug.rs:31–33  ·  view source on GitHub ↗
(&self, w: &mut AstWriter)

Source from the content-addressed store, hash-verified

29
30impl<T: AstDebug> AstDebug for Box<T> {
31 fn ast_debug(&self, w: &mut AstWriter) {
32 self.as_ref().ast_debug(w)
33 }
34}
35
36pub fn print<T: AstDebug>(t: &T) {

Callers 3

printFunction · 0.45
print_verboseFunction · 0.45
annotateMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected