MCPcopy Create free account
hub / github.com/diillson/chatcli / currentLSPAdapter

Function currentLSPAdapter

cli/plugins/builtin_lsp.go:48–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func currentLSPAdapter() LSPAdapter {
49 v := lspAdapterAtom.Load()
50 if v == nil {
51 return nil
52 }
53 h, _ := v.(lspAdapterHolder)
54 return h.a
55}
56
57// BuiltinLSPPlugin is the @lsp tool.
58type BuiltinLSPPlugin struct{}

Callers 1

ExecuteWithStreamMethod · 0.85

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected