MCPcopy Create free account
hub / github.com/docker/docker-language-server / DocumentPath

Method DocumentPath

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

Source from the content-addressed store, hash-verified

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

Callers 12

TestDocumentPathFunction · 0.95
TestDocumentPath_WindowsFunction · 0.95
searchForIncludedFilesFunction · 0.65
extractBakeOutputMethod · 0.65
DockerfileForTargetMethod · 0.65
CodeLensFunction · 0.65
CollectDiagnosticsMethod · 0.65
InlineCompletionFunction · 0.65
DocumentLinkFunction · 0.65
CompletionFunction · 0.65

Implementers 1

documentinternal/pkg/document/document.go

Calls

no outgoing calls

Tested by 3

TestDocumentPathFunction · 0.76
TestDocumentPath_WindowsFunction · 0.76