LCOV - code coverage report
Current view: top level - inc/tables/typeTable - typeManager.h (source / functions) Coverage Total Hit
Test: coverage.info Lines: 0.0 % 1 0
Test Date: 2025-04-18 15:53:49 Functions: 0.0 % 1 0

            Line data    Source code
       1              : #ifndef TYPE_MANAGER_H
       2              : #define TYPE_MANAGER_H
       3              : 
       4              : #include "typeTable.h"
       5              : #include <memory>
       6              : 
       7              : namespace nicole {
       8              : 
       9              : class TypeManager final {
      10              : private:
      11              :   std::shared_ptr<TypeTable> typeTable_;
      12              : 
      13              : public:
      14              :   explicit TypeManager(const std::shared_ptr<TypeTable> &typeTable) noexcept
      15            0 :       : typeTable_{typeTable} {}
      16              : 
      17              :   bool canAssign(const std::shared_ptr<Type> &dest,
      18              :                               const std::shared_ptr<Type> &src) const noexcept;
      19              : };
      20              : 
      21              : } // namespace nicole
      22              : 
      23              : #endif
        

Generated by: LCOV version 2.0-1