MCPcopy Create free account
hub / github.com/KDE/labplot / get_symbolized_lines

Method get_symbolized_lines

admin/asan_symbolize.py:414–422  ·  view source on GitHub ↗
(self, symbolized_lines)

Source from the content-addressed store, hash-verified

412 return result
413
414 def get_symbolized_lines(self, symbolized_lines):
415 if not symbolized_lines:
416 return [self.current_line]
417 else:
418 result = []
419 for symbolized_frame in symbolized_lines:
420 result.append(' #%s %s' % (str(self.frame_no), symbolized_frame.rstrip()))
421 self.frame_no += 1
422 return result
423
424 def process_logfile(self):
425 self.frame_no = 0

Callers 1

process_line_posixMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected