LCOV - code coverage report
Current view: top level - src/audio/engine - graph_link.h (source / functions) Coverage Total Hit
Test: merged.info Lines: 100.0 % 4 4
Test Date: 2026-06-07 15:51:50 Functions: - 0 0

            Line data    Source code
       1              : #pragma once
       2              : 
       3              : namespace Amplitron {
       4              : 
       5         1057 : struct GraphLink {
       6         1054 :     int id = 0;
       7         1054 :     int source_pin_id = 0;  // Mapping from Output Pin
       8         1054 :     int dest_pin_id = 0;    // Mapping to Input Pin
       9              : };
      10              : 
      11              : }  // namespace Amplitron
        

Generated by: LCOV version 2.0-1