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

Struct flattenFakeLSP

cli/agent_tool_flatten_test.go:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120type flattenFakeLSP struct {
121 file string
122 line, column int
123}
124
125func (f *flattenFakeLSP) Diagnostics(file string) (string, error) { f.file = file; return "ok", nil }
126func (f *flattenFakeLSP) Definition(file string, line, column int) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected