MCPcopy Create free account
hub / github.com/WheretIB/nullc / ~Snapshot

Method ~Snapshot

GUI/RichTextarea.cpp:573–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 struct Snapshot
572 {
573 ~Snapshot()
574 {
575 AreaLine *line = first;
576 // Delete all the lines in snapshot
577 while(line)
578 {
579 AreaLine *next = line->next;
580 DeleteLine(line);
581 line = next;
582 }
583 }
584
585 ChangeFlag type;
586 unsigned int lines, startLine;

Callers

nothing calls this directly

Calls 1

DeleteLineFunction · 0.85

Tested by

no test coverage detected