MCPcopy Create free account
hub / github.com/bajrangCoder/acodex_server / PortFileGuard

Class PortFileGuard

src/lsp.rs:68–70  ·  view source on GitHub ↗

Guard that cleans up the port file on drop

Source from the content-addressed store, hash-verified

66
67/// Guard that cleans up the port file on drop
68struct PortFileGuard {
69 path: std::path::PathBuf,
70}
71
72impl Drop for PortFileGuard {
73 fn drop(&mut self) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected