(key string)
| 547 | } |
| 548 | |
| 549 | func (g *groupi) ForceTablet(key string) (*pb.Tablet, error) { |
| 550 | return g.sendTablet(&pb.Tablet{GroupId: g.groupId(), Predicate: key, Force: true}) |
| 551 | } |
| 552 | |
| 553 | func (g *groupi) HasMeInState() bool { |
| 554 | g.RLock() |
no test coverage detected