MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / get_target_basename

Function get_target_basename

debugger/src/debugger.rs:1253–1255  ·  view source on GitHub ↗
(output: &str)

Source from the content-addressed store, hash-verified

1251
1252#[doc(hidden)]
1253pub fn get_target_basename(output: &str) -> &str {
1254 output.trim_end_matches(".firedbg.ss")
1255}
1256
1257/// The same `rustc` version must be used to compile the debugger and the target executable.
1258/// This is due to implicit ABI dependency everywhere.

Callers 2

mainFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected