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

Method removeAll

tailnet/tunnel.go:192–196  ·  view source on GitHub ↗
(src uuid.UUID)

Source from the content-addressed store, hash-verified

190}
191
192func (s *tunnelStore) removeAll(src uuid.UUID) {
193 for dst := range s.bySrc[src] {
194 s.remove(src, dst)
195 }
196}
197
198func (s *tunnelStore) findTunnelPeers(id uuid.UUID) []uuid.UUID {
199 set := make(map[uuid.UUID]struct{})

Callers 3

RemoveAllMethod · 0.80
removePeerLockedMethod · 0.80

Calls 1

removeMethod · 0.95

Tested by 2

RemoveAllMethod · 0.64