MCPcopy Index your code
hub / github.com/apache/devlake / GetError

Method GetError

backend/core/utils/ipc.go:107–109  ·  view source on GitHub ↗

GetError gets the error on the response

()

Source from the content-addressed store, hash-verified

105
106// GetError gets the error on the response
107func (resp *ProcessResponse) GetError() errors.Error {
108 return resp.err
109}
110
111// RunProcess runs the cmd and blocks until its completion. All returned results will have type []byte.
112func RunProcess(cmd *exec.Cmd, opts *RunProcessOptions) (*ProcessResponse, errors.Error) {

Callers 2

CallMethod · 0.80
StreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected