| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
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 |