Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/tabtoy
/ getErrorDesc
Function
getErrorDesc
v3/report/error.go:14–21 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
getErrorDesc(id string) string {
15
16
if
lan, ok := ErrorByID[id]; ok {
17
return
lan.CHS
18
}
19
20
return
""
21
}
22
23
func
(self *TableError) Error() string {
24
Callers
1
Error
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected