MCPcopy
hub / github.com/apache/devlake / close

Method close

backend/core/utils/ipc.go:71–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (p *processPipes) close() {
72 _ = p.stderr.Close()
73 _ = p.stdout.Close()
74 if p.fdOut != nil {
75 _ = p.fdOut.Close()
76 }
77}
78
79// Receive listens to the process retrieval channel
80func (p *ProcessStream) Receive() <-chan *ProcessResponse {

Callers 1

StreamProcessFunction · 0.80

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected