Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ i
Method
i
debugger/examples/testdata.rs:125–129 ·
view source on GitHub ↗
in
(&mut self)
Source
from the content-addressed store, hash-verified
123
124
/// in
125
fn i(&mut self) -> u64 {
126
self.i += 1;
127
self.s.push(self.i);
128
self.i
129
}
130
131
/// out
132
fn o(&mut self) -> Option<u64> {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected