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

Struct DocumentPath

internal/pkg/document/document.go:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type DocumentPath struct {
15 Folder string
16 FileName string
17 WSLDollarSignHost bool
18}
19
20type Document interface {
21 URI() uri.URI

Callers 1

DocumentLinkFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected