in operations/has-local-branches.go [33:37]
func NewHasLocalBranches(repository *pb.Repository, conn *grpc.ClientConn) BenchmarkOperation {
client := pb.NewRepositoryServiceClient(conn)
return hlb{repository: repository, conn: conn, client: client, f: hasLocalBranches}
}