Patch


Object Hierarchy:

Object hierarchy for Patch

Description:

public class Patch : Object

Represents a patch operation with line numbers.

Patches can be: - ADD: Inserts new_lines at start_line - REMOVE: Removes old_lines starting at start_line - REPLACE: Removes old_lines and inserts new_lines at start_line


Namespace: OLLMfiles.Diff
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object