| 2958 | struct Line { |
| 2959 | |
| 2960 | Line() |
| 2961 | : |
| 2962 | binary(false), |
| 2963 | columno(0), |
| 2964 | offset(0) |
| 2965 | { } |
| 2966 | |
| 2967 | bool binary; // before context binary line |
| 2968 | size_t columno; // before context column number of first match |
nothing calls this directly
no outgoing calls
no test coverage detected