MCPcopy
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

1package lookpath
2
3type Error struct {
4 Name string
5 Err error
6}
7
8func (e *Error) Error() string {
9 return e.Err.Error()

Callers 3

prepareRequestMethod · 0.50
prepareRequestMethod · 0.50
prepareRequestMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected