Documentation
¶
Overview ¶
Package diff provides shared constants for diff handling across packages.
Index ¶
Constants ¶
View Source
const MaxDiffSize = 20 * 1024
MaxDiffSize is the maximum size of old/new content for diff emission and parsing (20KB). This constant is shared between tools that emit diff markers (internal/tools/edit.go) and the UI that parses them (internal/ui/stream_adapter.go).
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.