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

Method WriteDiagnostics

diagnostic.go:167–167  ·  view source on GitHub ↗
(Diagnostics)

Source from the content-addressed store, hash-verified

165type DiagnosticWriter interface {
166 WriteDiagnostic(*Diagnostic) error
167 WriteDiagnostics(Diagnostics) error
168}
169
170// DiagnosticExtraUnwrapper is an interface implemented by values in the

Callers 3

realMainFunction · 0.65
processFileFunction · 0.65
realmainFunction · 0.65

Implementers 2

diagnosticTextWriterdiagnostic_text.go
jsonDiagWritercmd/hcldec/diags_json.go

Calls

no outgoing calls

Tested by

no test coverage detected