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

Function operationsAreEqual

rebase_test.go:418–420  ·  view source on GitHub ↗
(l, r *RebaseOperation)

Source from the content-addressed store, hash-verified

416}
417
418func operationsAreEqual(l, r *RebaseOperation) bool {
419 return l.Exec == r.Exec && l.Type == r.Type && l.Id.String() == r.Id.String()
420}
421
422func createBranch(repo *Repository, branch string) error {
423 commit, err := headCommit(repo)

Callers 1

performRebaseOntoFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…