Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
func
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.
58
type
BuiltinLSPPlugin
struct
{}
Callers
1
ExecuteWithStream
Method · 0.85
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected