MCPcopy Index your code
hub / github.com/coder/coder / HCLDiagnostics

Function HCLDiagnostics

coderd/database/db2sdk/db2sdk.go:1042–1044  ·  view source on GitHub ↗
(d hcl.Diagnostics)

Source from the content-addressed store, hash-verified

1040}
1041
1042func HCLDiagnostics(d hcl.Diagnostics) []codersdk.FriendlyDiagnostic {
1043 return PreviewDiagnostics(previewtypes.Diagnostics(d))
1044}
1045
1046func PreviewDiagnostics(d previewtypes.Diagnostics) []codersdk.FriendlyDiagnostic {
1047 f := d.FriendlyDiagnostics()

Callers 2

Calls 1

PreviewDiagnosticsFunction · 0.85

Tested by

no test coverage detected