MCPcopy
hub / github.com/cortesi/modd / Error

Method Error

prep.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (p ProcError) Error() string {
21 return p.shorttext
22}
23
24// RunProc runs a process to completion, sending output to log
25func RunProc(cmd string, shellMethod string, dir string, log termlog.Stream) error {

Callers 4

RunProcFunction · 0.80
TestErrorsParseFunction · 0.80
testCmdFunction · 0.80
TestRenderErrorsFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestErrorsParseFunction · 0.64
testCmdFunction · 0.64
TestRenderErrorsFunction · 0.64