Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
func
(m *errMessage) appendMessage(msg string) {
49
m.msgs = append(m.msgs, msg)
50
}
51
52
func
(m *errMessage) getMessage() string {
53
if
len(m.msgs) == 0 {
Callers
2
newCombinedCrdbError
Function · 0.95
addMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected