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

Method as_bytes

debugger/src/bytes.rs:58–60  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

56 }
57
58 pub fn as_bytes(&self) -> &[u8] {
59 &self.0
60 }
61
62 pub fn into_bytes(self) -> Vec<u8> {
63 self.0

Callers 15

runFunction · 0.80
write_unit_vMethod · 0.80
write_opaque_vMethod · 0.80
write_resultMethod · 0.80
write_optionMethod · 0.80
write_stringMethod · 0.80
push_strMethod · 0.80
read_valuesMethod · 0.80
compile_rust_programFunction · 0.80
identifierMethod · 0.80
write_return_valueFunction · 0.80
write_base_valueFunction · 0.80

Calls

no outgoing calls

Tested by 1

generate_rust_programFunction · 0.64