MCPcopy Create free account
hub / github.com/cockroachdb/errors / FlattenHints

Function FlattenHints

hintdetail_api.go:74–74  ·  view source on GitHub ↗

FlattenHints retrieves the hints as per GetAllHints() and concatenates them into a single string.

(err error)

Source from the content-addressed store, hash-verified

72// FlattenHints retrieves the hints as per GetAllHints() and
73// concatenates them into a single string.
74func FlattenHints(err error) string { return hintdetail.FlattenHints(err) }
75
76// GetAllDetails retrieves the details from the error using in post-order
77// traversal.

Callers

nothing calls this directly

Calls 1

FlattenHintsFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…