Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
impl<T: AstDebug> AstDebug for Box<T> {
31
fn ast_debug(&self, w: &mut AstWriter) {
32
self.as_ref().ast_debug(w)
33
}
34
}
35
36
pub fn print<T: AstDebug>(t: &T) {
Callers
3
print
Function · 0.45
print_verbose
Function · 0.45
annotate
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected