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

Struct bakeHCLDocument

internal/pkg/document/bakeDocument.go:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type bakeHCLDocument struct {
51 document
52 mutex sync.Mutex
53 decoder *decoder.PathDecoder
54 file *hcl.File
55 bakePrintOutput *BakePrintOutput
56}
57
58func (d *bakeHCLDocument) parse(_ bool) bool {
59 d.mutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected