MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / with_suffix

Function with_suffix

src/runtime_telemetry.rs:242–246  ·  view source on GitHub ↗
(path: &Path, suffix: &str)

Source from the content-addressed store, hash-verified

240}
241
242fn with_suffix(path: &Path, suffix: &str) -> PathBuf {
243 let mut s: std::ffi::OsString = path.as_os_str().to_owned();
244 s.push(suffix);
245 PathBuf::from(s)
246}
247
248async fn read_journal_mode(cg: &crate::tracedecay::TraceDecay) -> Result<String> {
249 let mut rows = cg

Callers 1

sample_databaseFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected