PatchApplyResult

Represents the result of applying a patch to a file

Inheritors

Types

Link copied to clipboard

Represents a failed patch application, including the reason for the failure

Link copied to clipboard
data class Success(val updatedContent: String) : PatchApplyResult

Represents a successful patch application