MCPcopy
hub / github.com/golang/tools / CompiledGoFiles

Method CompiledGoFiles

gopls/internal/cache/package.go:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126func (viewLoadScope) aScope() {}
127
128func (p *Package) CompiledGoFiles() []*parsego.File {
129 return p.pkg.compiledGoFiles
130}
131
132func (p *Package) File(uri protocol.DocumentURI) (*parsego.File, error) {
133 return p.pkg.File(uri)

Callers 15

typeCheckMethod · 0.80
diagnosticPosToLocationFunction · 0.80
visitMethod · 0.80
updateCommentDocLinksMethod · 0.80
hoverPackageNameFunction · 0.80
localImplementationsFunction · 0.80
funcUsesFunction · 0.80
funcDefsFunction · 0.80
DefinitionFunction · 0.80
forEachLexicalRefFunction · 0.80
localReferencesFunction · 0.80
PackageDocHTMLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected