MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / space

Method space

debugger/src/debugger/value_writer.rs:58–60  ·  view source on GitHub ↗

Emit a token separator

(&mut self)

Source from the content-addressed store, hash-verified

56
57 /// Emit a token separator
58 pub fn space(&mut self) {
59 self.push_byte(b' ');
60 }
61}
62
63/// A union of `usize` | `u64` | `u32`

Callers 11

write_valueMethod · 0.80
write_stringMethod · 0.80
integerMethod · 0.80
prim_vMethod · 0.80
arr_vMethod · 0.80
struct_vMethod · 0.80
emit_envMethod · 0.80
union_vMethod · 0.80
vector_vMethod · 0.80
slice_vMethod · 0.80

Calls 1

push_byteMethod · 0.80

Tested by

no test coverage detected