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

Method keep

tests/mcp_suite/mcp_handler_test.rs:228–230  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

226
227 #[cfg(windows)]
228 fn keep(mut self) -> PathBuf {
229 self.dir.take().expect("test temp dir already kept").keep()
230 }
231}
232
233impl std::ops::Deref for TestTempDir {

Callers 2

dropMethod · 0.80

Calls 1

takeMethod · 0.45

Tested by

no test coverage detected