Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/divan/gotrace
/ parse
Function
parse
examples/serverworker.go:26–30 ·
view source on GitHub ↗
(results chan int)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
parse(results
chan
int) {
27
for
{
28
<-results
29
}
30
}
31
32
func
pool(ch
chan
int, n int) {
33
wch := make(
chan
int)
Callers
1
pool
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected