Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nektos/act
/ Error
Struct
Error
pkg/lookpath/error.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
lookpath
2
3
type
Error
struct
{
4
Name string
5
Err error
6
}
7
8
func
(e *Error) Error() string {
9
return
e.Err.Error()
Callers
3
prepareRequest
Method · 0.50
prepareRequest
Method · 0.50
prepareRequest
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected