Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_value
Function · 0.45
write_base_value
Function · 0.45
pointer_to
Method · 0.45
ref_counted_inner
Method · 0.45
Calls
1
p_alloc_env
Method · 0.80
Tested by
no test coverage detected