MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / startPipelineAsync

Method startPipelineAsync

internal/bridge/bridge.go:193–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func (b *Bridge) startPipelineAsync() {
194 go func() {
195 if err := b.startPipeline(); err != nil && b.ctx.Err() == nil {
196 log.Errorf("[bridge] failed to restart pipeline %s: %v", b.cfg.PipelineName, err)
197 }
198 }()
199}
200
201func (b *Bridge) openJobStream() error {
202 stream, err := b.rpc.JobStream(b.listenerContext())

Callers 1

restoreBridgeStateMethod · 0.95

Calls 1

startPipelineMethod · 0.95

Tested by

no test coverage detected