Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Azure/aztfexport
/ errorView
Function
errorView
internal/ui/ui.go:276–279 ·
view source on GitHub ↗
(m model)
Source
from the content-addressed store, hash-verified
274
}
275
276
func
errorView(m model) string {
277
// #nosec G115
278
return
common.ErrorMsgStyle.Render(wordwrap.WrapString(m.err.Error(), uint(m.winsize.Width-indentLevel)))
279
}
Callers
1
View
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected