Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
WriteWaitCh(ch
chan
<- *drivers.ExitResult, r *drivers.ExitResult) {
43
select
{
44
case
ch<-r:
45
default:
46
}
47
}
Callers
6
onError
Method · 0.92
Destroy
Method · 0.92
onError
Method · 0.92
onError
Method · 0.92
onError
Method · 0.92
onError
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected