Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ redacted
Method
redacted
protocol/src/info.rs:66–73 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
64
65
impl InfoMessage {
66
pub fn redacted(&mut self) {
67
match self {
68
InfoMessage::Debugger(ref mut debugger_info) => {
69
debugger_info.redacted();
70
}
71
InfoMessage::Exit(_) => (),
72
}
73
}
74
}
75
76
impl DebuggerInfo {
Callers
1
batch
Method · 0.45
Calls
1
to_str
Method · 0.80
Tested by
no test coverage detected