MCPcopy Create free account
hub / github.com/libgit2/git2go / DiffLineType

TypeAlias DiffLineType

diff.go:45–45  ·  view source on GitHub ↗

go:generate stringer -type Delta -trimprefix Delta -tags static

Source from the content-addressed store, hash-verified

43//go:generate stringer -type Delta -trimprefix Delta -tags static
44
45type DiffLineType int
46
47const (
48 DiffLineContext DiffLineType = C.GIT_DIFF_LINE_CONTEXT

Callers 1

diffLineFromCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected