MCPcopy
hub / github.com/nektos/act / Error

Method Error

pkg/common/git/git.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (e *Error) Error() string {
43 return e.err.Error()
44}
45
46func (e *Error) Unwrap() error {
47 return e.err

Callers 15

removeMethod · 0.45
extractFromImageEnvMethod · 0.45
waitForCommandMethod · 0.45
copyDirMethod · 0.45
attachMethod · 0.45
NewDockerPullExecutorFunction · 0.45
cleanImageFunction · 0.45
TestContainerPathFunction · 0.45
TestParseWithMacAddressFunction · 0.45
TestParseWithExposeFunction · 0.45
TestParseNetworkConfigFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestContainerPathFunction · 0.36
TestParseWithMacAddressFunction · 0.36
TestParseWithExposeFunction · 0.36
TestParseNetworkConfigFunction · 0.36
TestParseRestartPolicyFunction · 0.36
TestParseHealthFunction · 0.36
TestParseLoggingOptsFunction · 0.36