1/*========================== begin_copyright_notice ============================
2
3Copyright (C) 2021 Intel Corporation
4
5SPDX-License-Identifier: MIT
6
7============================= end_copyright_notice ===========================*/
8
9syntax = "proto3";
10
11package IGC_METRICS;
12
13message CodeRef {
14  string pathToFile = 1;
15  int32 line = 2;
16}