MCPcopy
hub / github.com/gogs/gogs / MergeBase

Method MergeBase

internal/gitutil/module.go:48–50  ·  view source on GitHub ↗
(repoPath, base, head string, opts ...git.MergeBaseOptions)

Source from the content-addressed store, hash-verified

46}
47
48func (module) MergeBase(repoPath, base, head string, opts ...git.MergeBaseOptions) (string, error) {
49 return git.MergeBase(repoPath, base, head, opts...)
50}
51
52func (module) RemoteRemove(repoPath, name string, opts ...git.RemoteRemoveOptions) error {
53 return git.RemoteRemove(repoPath, name, opts...)

Callers

nothing calls this directly

Calls 1

MergeBaseMethod · 0.65

Tested by

no test coverage detected