Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ newApiErrorE
Function
newApiErrorE
state.go:45–47 ·
view source on GitHub ↗
(code ApiErrorType, err error)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
newApiErrorE(code ApiErrorType, err error) *ApiError {
46
return
&ApiError{code, LString(err.Error()),
""
, err}
47
}
48
49
func
(e *ApiError) Error() string {
50
if
len(e.StackTrace) > 0 {
Callers
2
LoadFile
Method · 0.70
Load
Method · 0.70
Calls
2
LString
TypeAlias · 0.85
Error
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…