Searched refs:topLevelChannels (Results 1 – 1 of 1) sorted by relevance
80 topLevelChannels: make(map[int64]struct{}),236 topLevelChannels map[int64]struct{} member256 c.topLevelChannels[id] = struct{}{}337 delete(c.topLevelChannels, id)373 l := len(c.topLevelChannels)377 for k := range c.topLevelChannels {