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

Class LspBridgeConfig

src/lsp.rs:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35#[derive(Clone)]
36pub struct LspBridgeConfig {
37 pub program: String,
38 pub args: Vec<String>,
39}
40
41struct LspProcessInfo {
42 pid: u32,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected