in lib/cc/analyzer/source_fingerprint.rb [21:28]
def relevant_source
source = SourceExtractor.new(raw_source).extract(issue.location)
if source && !source.empty?
source.encode(Encoding::UTF_8, "binary", invalid: :replace, undef: :replace, replace: "")
end
end