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

Method to_bytes

protocol/src/value.rs:869–871  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

867 }
868
869 pub fn to_bytes(&self) -> Vec<u8> {
870 self.0.to_vec()
871 }
872}
873
874impl From<u64> for Addr {

Callers 4

ref_vMethod · 0.80
emit_envMethod · 0.80
get_cstringFunction · 0.80
get_strFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected