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

Method enumerate_v

debugger/src/debugger/value_writer.rs:140–146  ·  view source on GitHub ↗
(&self, ty: &str, variant: &str)

Source from the content-addressed store, hash-verified

138 }
139
140 fn enumerate_v(&self, ty: &str, variant: &str) -> Bytes {
141 let mut msg = Bytes::new();
142 msg.identifier(ty);
143 msg.identifier(variant);
144 msg.push_str("enum");
145 msg
146 }
147
148 fn unit_v(&self) -> Bytes {
149 let mut msg = Bytes::new();

Callers 2

write_return_valueFunction · 0.45
write_base_valueFunction · 0.45

Calls 2

identifierMethod · 0.80
push_strMethod · 0.80

Tested by

no test coverage detected