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

Method wait

agent/agent.go:2525–2527  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2523}
2524
2525func (a *apiConnRoutineManager) wait() error {
2526 return a.eg.Wait()
2527}
2528
2529func PrometheusMetricsHandler(prometheusRegistry *prometheus.Registry, logger slog.Logger) http.Handler {
2530 return http.HandlerFunc(func(w http.ResponseWriter, _ *http.Request) {

Callers 2

runMethod · 0.45
createOrUpdateNetworkMethod · 0.45

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected