MCPcopy Create free account
hub / github.com/Rubby2001/Rshell-client / ErrorProcess

Function ErrorProcess

Reacon_http/pkg/communication/communication.go:49–54  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

47 return data, err
48}
49func ErrorProcess(err error) {
50 errMsgBytes := []byte(err.Error())
51 result := errMsgBytes
52 fmt.Println(err)
53 criticalSection(31, result)
54}
55
56func DataProcess(callbackType int, b []byte) {
57 result := b

Callers 1

DataProcessFunction · 0.70

Calls 1

criticalSectionFunction · 0.70

Tested by

no test coverage detected