MCPcopy Index your code
hub / github.com/coder/coder / barrierHandler

Struct barrierHandler

coderd/notifications/metrics_test.go:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517type barrierHandler struct {
518 h notifications.Handler
519
520 wg *sync.WaitGroup
521}
522
523func newBarrierHandler(total int, handler notifications.Handler) *barrierHandler {
524 var wg sync.WaitGroup

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected