(s string)
| 131 | } |
| 132 | |
| 133 | func hash(s string) uint64 { |
| 134 | return xxhash.Sum64String(s) |
| 135 | } |
| 136 | |
| 137 | func skipEndpoint(c *routing.LBContext, index int) bool { |
| 138 | host := c.Route.LBEndpoints[index].Host |
no outgoing calls
no test coverage detected
searching dependent graphs…