Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ set_env
Method
set_env
debugger/src/reader.rs:82–84 ·
view source on GitHub ↗
(&mut self, addr: Addr, val: RValue)
Source
from the content-addressed store, hash-verified
80
}
81
82
fn set_env(&mut self, addr: Addr, val: RValue) {
83
self.env.insert(addr, val);
84
}
85
86
fn prim_v(&self, ty: &str, b: &[u8]) -> RValue {
87
RValue::Prim(match ty {
Callers
1
read_values
Method · 0.45
Calls
1
insert
Method · 0.80
Tested by
no test coverage detected