MCPcopy Create free account
hub / github.com/coder/coder / setHealthy

Method setHealthy

enterprise/tailnet/pgcoord.go:1431–1435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1429}
1430
1431func (q *querier) setHealthy() {
1432 q.mu.Lock()
1433 defer q.mu.Unlock()
1434 q.healthy = true
1435}
1436
1437func parseTunnelUpdate(msg string) ([]uuid.UUID, error) {
1438 parts := strings.Split(msg, ",")

Callers 1

handleUpdatesMethod · 0.95

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected