LCOV - code coverage report
Current view: top level - bindings - paths.py.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 4 4 100.0 %
Date: 2025-04-29 15:56:08 Functions: 1 1 100.0 %

          Line data    Source code
       1             : // SPDX-FileCopyrightText: 2025 Pairinteraction Developers
       2             : // SPDX-License-Identifier: LGPL-3.0-or-later
       3             : 
       4             : #include "./paths.py.hpp"
       5             : 
       6             : #include "pairinteraction/utils/paths.hpp"
       7             : 
       8             : #include <nanobind/nanobind.h>
       9             : #include <nanobind/stl/filesystem.h>
      10             : 
      11             : namespace nb = nanobind;
      12             : using namespace pairinteraction;
      13             : 
      14           1 : void bind_paths(nb::module_ &m) {
      15           1 :     m.def("get_cache_directory", &paths::get_cache_directory);
      16           1 :     m.def("get_config_directory", &paths::get_config_directory);
      17           1 : }

Generated by: LCOV version 1.16