Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/acodex_server
/ LspProcessInfo
Class
LspProcessInfo
src/lsp.rs:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
struct LspProcessInfo {
42
pid: u32,
43
started_at: Instant,
44
}
45
46
type ProcessRegistry = Arc<RwLock<HashMap<u32, LspProcessInfo>>>;
47
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected