LCOV - code coverage report
Current view: top level - src/esys/repo/manifest - workerthread_manifest.cpp (source / functions) Hit Total Coverage
Test: esysrepo_coverage.info Lines: 5 8 62.5 %
Date: 2026-08-01 10:43:40 Functions: 2 3 66.7 %

          Line data    Source code
       1             : /*!
       2             :  * \file esys/repo/manifest/workerthread_manifest.cpp
       3             :  * \brief
       4             :  *
       5             :  * \cond
       6             :  * __legal_b__
       7             :  *
       8             :  * Copyright (c) 2020 Michel Gillet
       9             :  * Distributed under the MIT License.
      10             :  * (See accompanying file LICENSE.txt or
      11             :  * copy at https://opensource.org/licenses/MIT)
      12             :  *
      13             :  * __legal_e__
      14             :  * \endcond
      15             :  *
      16             :  */
      17             : 
      18             : #include "esys/repo/esysrepo_prec.h"
      19             : #include "esys/repo/manifest/workerthread.h"
      20             : 
      21             : namespace esys::repo::manifest
      22             : {
      23             : 
      24          76 : WorkerThread::WorkerThread(int id)
      25          76 :     : m_id(id)
      26             : {
      27          76 : }
      28             : 
      29           0 : void WorkerThread::set_id(int id)
      30             : {
      31           0 :     m_id = id;
      32           0 : }
      33             : 
      34         624 : int WorkerThread::get_id() const
      35             : {
      36         624 :     return m_id;
      37             : }
      38             : 
      39             : } // namespace esys::repo::manifest

Generated by: LCOV version 1.14