OpenCode.Generated.FileContentPatchHunks (opencode_sdk v0.1.51)

Copy Markdown View Source

Provides struct and type for a FileContentPatchHunks

Summary

Types

t()

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