MCPcopy Create free account
hub / github.com/actiontech/dtle / WriteWaitCh

Function WriteWaitCh

driver/common/utils.go:42–47  ·  view source on GitHub ↗
(ch chan<- *drivers.ExitResult, r *drivers.ExitResult)

Source from the content-addressed store, hash-verified

40}
41
42func WriteWaitCh(ch chan<- *drivers.ExitResult, r *drivers.ExitResult) {
43 select {
44 case ch<-r:
45 default:
46 }
47}

Callers 6

onErrorMethod · 0.92
DestroyMethod · 0.92
onErrorMethod · 0.92
onErrorMethod · 0.92
onErrorMethod · 0.92
onErrorMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected