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

Method alloc_env

debugger/src/debugger/value_writer.rs:79–81  ·  view source on GitHub ↗
(&mut self, r: Addr)

Source from the content-addressed store, hash-verified

77 type E = Bytes;
78
79 fn alloc_env(&mut self, r: Addr) -> bool {
80 self.p_alloc_env(r)
81 }
82
83 fn set_env(&mut self, r: Addr, v: Bytes) {
84 self.p_set_env(r, v);

Callers 4

write_return_valueFunction · 0.45
write_base_valueFunction · 0.45
pointer_toMethod · 0.45
ref_counted_innerMethod · 0.45

Calls 1

p_alloc_envMethod · 0.80

Tested by

no test coverage detected