• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

STEllAR-GROUP / hpx / #882

31 Aug 2023 07:44PM UTC coverage: 41.798% (-44.7%) from 86.546%
#882

push

19442 of 46514 relevant lines covered (41.8%)

126375.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

57.14
/libs/full/parcelset_base/src/locality_interface.cpp
1
//  Copyright (c) 2021 Hartmut Kaiser
2
//
3
//  SPDX-License-Identifier: BSL-1.0
4
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
5
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6

7
#include <hpx/config.hpp>
8

9
#if defined(HPX_HAVE_NETWORKING)
10
#include <hpx/modules/errors.hpp>
11

12
#include <hpx/parcelset_base/detail/locality_interface_functions.hpp>
13
#include <hpx/parcelset_base/detail/parcel_route_handler.hpp>
14
#include <hpx/parcelset_base/locality.hpp>
15
#include <hpx/parcelset_base/locality_interface.hpp>
16
#include <hpx/parcelset_base/parcel_interface.hpp>
17
#include <hpx/parcelset_base/policies/message_handler.hpp>
18

19
#include <string>
20
#include <system_error>
21

22
///////////////////////////////////////////////////////////////////////////////
23
namespace hpx::parcelset {
24

25
    parcelset::parcel create_parcel()
414✔
26
    {
27
        return detail::create_parcel();
414✔
28
    }
29

30
    locality create_locality(std::string const& name)
23✔
31
    {
32
        return detail::create_locality(name);
23✔
33
    }
34

35
    namespace detail {
36

37
        void parcel_route_handler(
×
38
            std::error_code const& ec, parcelset::parcel const& p)
39
        {
40
            parcel_route_handler_func(ec, p);
×
41
        }
×
42
    }    // namespace detail
43
}    // namespace hpx::parcelset
44

45
#endif
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc