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

Method Receive

backend/core/utils/ipc.go:80–82  ·  view source on GitHub ↗

Receive listens to the process retrieval channel

()

Source from the content-addressed store, hash-verified

78
79// Receive listens to the process retrieval channel
80func (p *ProcessStream) Receive() <-chan *ProcessResponse {
81 return p.receiveChannel
82}
83
84// Cancel cancels the stream by sending a termination signal to the target.
85func (p *ProcessStream) Cancel() errors.Error {

Callers 1

RunProcessFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected