MCPcopy
hub / github.com/MadAppGang/dingo / dingoToGoPath

Method dingoToGoPath

pkg/lsp/server.go:153–155  ·  view source on GitHub ↗

dingoToGoPath converts a Dingo path to its Go output path using server config.

(dingoPath string)

Source from the content-addressed store, hash-verified

151
152// dingoToGoPath converts a Dingo path to its Go output path using server config.
153func (s *Server) dingoToGoPath(dingoPath string) string {
154 return dingoToGoPathWithConfig(dingoPath, s.dingoConfig)
155}
156
157// createTranspileFunc creates a transpile function for the semantic manager
158// This wraps the transpiler to match the semantic.TranspileFunc signature

Callers 7

createTranspileFuncMethod · 0.95
handleDidOpenMethod · 0.95
openGoFileWithGoplsMethod · 0.95
closeGoFileWithGoplsMethod · 0.95
handleDocumentSymbolMethod · 0.95
transpileWithCacheMethod · 0.80
OnFileChangeMethod · 0.80

Calls 1

dingoToGoPathWithConfigFunction · 0.85

Tested by

no test coverage detected