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

Method appendMessage

backend/core/errors/message.go:48–50  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

46}
47
48func (m *errMessage) appendMessage(msg string) {
49 m.msgs = append(m.msgs, msg)
50}
51
52func (m *errMessage) getMessage() string {
53 if len(m.msgs) == 0 {

Callers 2

newCombinedCrdbErrorFunction · 0.95
addMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected