Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ set_source
Method
set_source
debugger/src/reader.rs:61–63 ·
view source on GitHub ↗
(&mut self, source: Bytes, offset: usize)
Source
from the content-addressed store, hash-verified
59
}
60
61
pub fn set_source(&mut self, source: Bytes, offset: usize) {
62
self.source.set_source(source, offset)
63
}
64
}
65
66
impl ReaderContext {
Callers
1
read_from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected