• 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/checkpoint_base/src/checkpoint_data.cpp
1
// Copyright (c) 2018 Adrian Serio
2
// Copyright (c) 2018-2023 Hartmut Kaiser
3
//
4
// SPDX-License-Identifier: BSL-1.0
5
// Distributed under the Boost Software License, Version 1.0. (See accompanying
6
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7

8
#include <hpx/checkpoint_base/checkpoint_data.hpp>
9
#include <hpx/modules/type_support.hpp>
10

11
#include <cstdint>
12

13
namespace hpx::util {
14

15
    // This is explicitly instantiated to ensure that the id is stable across
16
    // shared libraries.
17
    extra_data_id_type extra_data_helper<checkpointing_tag>::id() noexcept
×
18
    {
19
        static std::uint8_t id = 0;
20
        return &id;
×
21
    }
22
}    // namespace hpx::util
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