MCPcopy 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
66impl ReaderContext {

Callers 1

read_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected