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

Method struct_v

debugger/src/reader.rs:149–151  ·  view source on GitHub ↗
(&self, _: &str, _: I)

Source from the content-addressed store, hash-verified

147 }
148
149 fn struct_v<I: Iterator<Item = (String, RValue)>>(&self, _: &str, _: I) -> RValue {
150 panic!("Please pass ownership");
151 }
152
153 fn enumerate_v(&self, _: &str, _: &str) -> RValue {
154 panic!("Please pass ownership");

Callers 1

read_valuesMethod · 0.45

Calls 5

string_from_utf8Function · 0.85
insertMethod · 0.80
nextMethod · 0.80
as_strMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected