MCPcopy
hub / github.com/apache/devlake / getMessage

Method getMessage

backend/core/errors/message.go:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (m *errMessage) getMessage() string {
53 if len(m.msgs) == 0 {
54 return ""
55 }
56 return strings.Join(m.msgs, ",")
57}
58
59func (m *errMessage) getPrettifiedMessage() string {
60 if len(m.msgs) == 0 {

Callers 4

newCombinedCrdbErrorFunction · 0.80
FormatMethod · 0.80
GetMethod · 0.80
CausesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected