DEBSOURCES
Skip Quicknav
sources / golang-gitea-noerw-unidiff-comments / 0.0~git20220822.50f4daa%2Bds1-2 / types / hunk.go
12345678910
package types type Hunk struct { SourceLine int64 SourceSpan int64 DestinationLine int64 DestinationSpan int64 Truncated bool Segments []*Segment }