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

Method empty_line

cranelift/srcgen/src/lib.rs:154–156  ·  view source on GitHub ↗

Pushes an empty line.

(&mut self)

Source from the content-addressed store, hash-verified

152
153 /// Pushes an empty line.
154 pub fn empty_line(&mut self) {
155 self.lines.push("\n".to_string());
156 }
157
158 /// Add one or more lines after stripping common indentation.
159 pub fn multi_line(&mut self, s: &str) {

Callers 15

rust_assemblerFunction · 0.80
generate_prefixesMethod · 0.80
generate_rex_prefixMethod · 0.80
generate_vex_prefixMethod · 0.80
generate_evex_prefixMethod · 0.80
generate_modrm_byteMethod · 0.80
generate_immediateMethod · 0.80
generate_opcodesMethod · 0.80
generate_opcodeMethod · 0.80
generate_struct_implMethod · 0.80
gen_common_isleFunction · 0.80
gen_isle_enumFunction · 0.80

Calls 2

pushMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected