• 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

0.0
/libs/full/parcelset_base/src/set_parcel_write_handler.cpp
1
//  Copyright (c) 2015-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/parcelset_base/detail/locality_interface_functions.hpp>
11
#include <hpx/parcelset_base/set_parcel_write_handler.hpp>
12

13
namespace hpx {
14

15
    parcel_write_handler_type set_parcel_write_handler(
×
16
        parcel_write_handler_type const& f)
17
    {
18
        return parcelset::detail::set_parcel_write_handler(f);
×
19
    }
20
}    // namespace hpx
21

22
#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