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

Struct document

internal/pkg/document/document.go:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type document struct {
70 uri uri.URI
71 identifier protocol.LanguageIdentifier
72 version int32
73 // input is the file as it exists in the editor buffer.
74 input []byte
75 parseFn func(force bool) bool
76 copyFn func() Document
77}
78
79var _ Document = &document{}
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected