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

Method bytes_v

debugger/src/reader.rs:121–126  ·  view source on GitHub ↗
(&self, ty: &str, val: Bytes)

Source from the content-addressed store, hash-verified

119 }
120
121 fn bytes_v(&self, ty: &str, val: Bytes) -> RValue {
122 RValue::Bytes {
123 typename: ty.into(),
124 value: val.into_bytes(),
125 }
126 }
127
128 fn arr_v<I: Iterator<Item = RValue>>(&self, iter: I) -> RValue {
129 RValue::Array {

Callers 1

read_valuesMethod · 0.45

Calls 1

into_bytesMethod · 0.80

Tested by

no test coverage detected