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

Function compareStrings

tag_test.go:173–177  ·  view source on GitHub ↗
(t *testing.T, expected, value string)

Source from the content-addressed store, hash-verified

171}
172
173func compareStrings(t *testing.T, expected, value string) {
174 if value != expected {
175 t.Fatalf("expected '%v', actual '%v'", expected, value)
176 }
177}
178
179func createTestTag(t *testing.T, repo *Repository, commit *Commit) *Oid {
180 loc, err := time.LoadLocation("Europe/Berlin")

Callers 5

TestCreateNoteFunction · 0.85
TestDefaultNoteRefFunction · 0.85
TestCreateTagFunction · 0.85
TestCreateTagLightweightFunction · 0.85
TestDescribeCommitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…