• 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
/components/component_storage/src/component_module.cpp
1
//  Copyright (c) 2015-2024 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
#include <hpx/actions_base/basic_action.hpp>
9
#include <hpx/async_distributed/transfer_continuation_action.hpp>
10
#include <hpx/components_base/server/component.hpp>
11
#include <hpx/components_base/server/component_base.hpp>
12
#include <hpx/runtime_components/component_factory.hpp>
13

14
#include <hpx/components/component_storage/server/migrate_to_storage.hpp>
15

16
#include <hpx/config/warnings_prefix.hpp>
17

18
///////////////////////////////////////////////////////////////////////////////
×
19
// Add factory registration functionality.
20
HPX_REGISTER_COMPONENT_MODULE()
21

22
using component_storage_type = hpx::components::server::component_storage;
×
23

24
HPX_REGISTER_COMPONENT(hpx::components::component<component_storage_type>,
25
    component_storage_factory, hpx::components::factory_state::enabled)
×
26
HPX_DEFINE_GET_COMPONENT_TYPE(component_storage_type)
27

28
///////////////////////////////////////////////////////////////////////////////
×
29
HPX_REGISTER_ACTION(
30
    hpx::components::server::component_storage::migrate_to_here_action,
31
    component_storage_migrate_component_to_here_action)
×
32
HPX_REGISTER_ACTION(
33
    hpx::components::server::component_storage::migrate_from_here_action,
34
    component_storage_migrate_component_from_here_action)
×
35
HPX_REGISTER_ACTION(hpx::components::server::component_storage::size_action,
36
    component_storage_size_action)
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