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

Method annotate

language/move-compiler/src/shared/ast_debug.rs:107–109  ·  view source on GitHub ↗
(&mut self, f: F, annot: &Annot)

Source from the content-addressed store, hash-verified

105 }
106
107 pub fn annotate<F: FnOnce(&mut AstWriter), Annot: AstDebug>(&mut self, f: F, annot: &Annot) {
108 self.annotate_gen(f, annot, |w, annot| annot.ast_debug(w))
109 }
110
111 pub fn annotate_gen<
112 F: FnOnce(&mut AstWriter),

Callers 3

ast_debugMethod · 0.80
ast_debugMethod · 0.80
ast_debugMethod · 0.80

Calls 2

annotate_genMethod · 0.80
ast_debugMethod · 0.45

Tested by

no test coverage detected