lib/cc/analyzer/formatters/html_formatter.rb [208:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            end
          end

          def position_to_line(position)
            if position["line"]
              position["line"]
            else
              @source_buffer.decompose_position(position["offset"]).first
            end
          end
        end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/cc/analyzer/location_description.rb [33:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        end
      end

      def position_to_line(position)
        if position["line"]
          position["line"]
        else
          @source_buffer.decompose_position(position["offset"]).first
        end
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



