Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ done
Method
done
util/multierr/errwaitgroup.go:27–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(g *ErrWaitGroup) done() {
28
if
g.sem != nil {
29
<-g.sem
30
}
31
g.wg.Done()
32
}
33
34
// WithContext returns a new ErrWaitGroup and an associated Context derived from ctx.
35
//
Callers
2
Go
Method · 0.95
TryGo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected