MCPcopy Index your code
hub / github.com/docker/docker-language-server / URI

Method URI

internal/pkg/document/document.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20type Document interface {
21 URI() uri.URI
22 DocumentPath() (DocumentPath, error)
23 Copy() Document
24 Input() []byte

Callers 15

TestCalculateDiagnosticsFunction · 0.65
CalculateDiagnosticsMethod · 0.65
TestParseFunction · 0.65
searchForIncludedFilesFunction · 0.65
TestIncludedFilesFunction · 0.65
TestDockerfileForTargetFunction · 0.65
TestReadDocumentFunction · 0.65
TestURIfilenameFunction · 0.65
OpenDockerfileFunction · 0.65

Implementers 1

documentinternal/pkg/document/document.go

Calls

no outgoing calls

Tested by 15

TestCalculateDiagnosticsFunction · 0.52
TestParseFunction · 0.52
TestIncludedFilesFunction · 0.52
TestDockerfileForTargetFunction · 0.52
TestReadDocumentFunction · 0.52
TestURIfilenameFunction · 0.52
TestHoverFunction · 0.52
TestInlineCompletionFunction · 0.52
TestInlineCompletion_WSLFunction · 0.52