MCPcopy
hub / github.com/hashicorp/hcl / Files

Method Files

hclparse/parser.go:136–138  ·  view source on GitHub ↗

Files returns a map from filenames to the File objects produced from them. This is intended to be used, for example, to print diagnostics with contextual information. The returned map and all of the objects it refers to directly or indirectly must not be modified.

()

Source from the content-addressed store, hash-verified

134// The returned map and all of the objects it refers to directly or indirectly
135// must not be modified.
136func (p *Parser) Files() map[string]*hcl.File {
137 return p.files
138}

Callers 3

realMainFunction · 0.95
initFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected