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

Function _

delta_string.go:7–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import "strconv"
6
7func _() {
8 // An "invalid array index" compiler error signifies that the constant values have changed.
9 // Re-run the stringer command to generate them again.
10 var x [1]struct{}
11 _ = x[DeltaUnmodified-0]
12 _ = x[DeltaAdded-1]
13 _ = x[DeltaDeleted-2]
14 _ = x[DeltaModified-3]
15 _ = x[DeltaRenamed-4]
16 _ = x[DeltaCopied-5]
17 _ = x[DeltaIgnored-6]
18 _ = x[DeltaUntracked-7]
19 _ = x[DeltaTypeChange-8]
20 _ = x[DeltaUnreadable-9]
21 _ = x[DeltaConflicted-10]
22}
23
24const _Delta_name = "UnmodifiedAddedDeletedModifiedRenamedCopiedIgnoredUntrackedTypeChangeUnreadableConflicted"
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected