Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/acodex_server
/ LspProcessStatus
Class
LspProcessStatus
src/lsp.rs:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
#[derive(Serialize)]
55
struct LspProcessStatus {
56
pid: u32,
57
uptime_secs: u64,
58
memory_bytes: u64,
59
}
60
61
#[derive(Serialize)]
62
struct LspStatusResponse {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected