OpenCode.Generated.FileContentPatchHunks (opencode_sdk v0.1.13)

Copy Markdown View Source

Provides struct and type for a FileContentPatchHunks

Summary

Types

t()

@type t() :: %OpenCode.Generated.FileContentPatchHunks{
  lines: [String.t()],
  new_lines: number(),
  new_start: number(),
  old_lines: number(),
  old_start: number()
}