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

Method indent_push

cranelift/srcgen/src/lib.rs:106–108  ·  view source on GitHub ↗

Increase current indentation level by one.

(&mut self)

Source from the content-addressed store, hash-verified

104
105 /// Increase current indentation level by one.
106 pub fn indent_push(&mut self) {
107 self.indent += 1;
108 }
109
110 /// Decrease indentation by one level.
111 pub fn indent_pop(&mut self) {

Callers 5

indentMethod · 0.80
get_indent_worksFunction · 0.80
gen_numerics_isleFunction · 0.80

Calls

no outgoing calls

Tested by 3

get_indent_worksFunction · 0.64