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

Method strlit_v

debugger/src/reader.rs:167–172  ·  view source on GitHub ↗
(&self, v: Vec<u8>)

Source from the content-addressed store, hash-verified

165
166impl ReaderContext {
167 fn strlit_v(&self, v: Vec<u8>) -> Option<RValue> {
168 Some(RValue::String {
169 typename: StringType::StrLit,
170 value: string_from_utf8(v)?,
171 })
172 }
173
174 fn enumerate_v(&self, ty: String, variant: String) -> RValue {
175 RValue::Enum {

Callers 2

write_stringMethod · 0.45
read_valuesMethod · 0.45

Calls 1

string_from_utf8Function · 0.85

Tested by

no test coverage detected