FlattenHints retrieves the hints as per GetAllHints() and concatenates them into a single string.
(err error)
| 72 | // FlattenHints retrieves the hints as per GetAllHints() and |
| 73 | // concatenates them into a single string. |
| 74 | func FlattenHints(err error) string { return hintdetail.FlattenHints(err) } |
| 75 | |
| 76 | // GetAllDetails retrieves the details from the error using in post-order |
| 77 | // traversal. |
nothing calls this directly
no test coverage detected
searching dependent graphs…