MCPcopy
hub / github.com/gogs/gogs / RemoteRemove

Method RemoteRemove

internal/gitutil/module.go:52–54  ·  view source on GitHub ↗
(repoPath, name string, opts ...git.RemoteRemoveOptions)

Source from the content-addressed store, hash-verified

50}
51
52func (module) RemoteRemove(repoPath, name string, opts ...git.RemoteRemoveOptions) error {
53 return git.RemoteRemove(repoPath, name, opts...)
54}
55
56func (module) RepoTags(repoPath string, opts ...git.TagsOptions) ([]string, error) {
57 return git.RepoTags(repoPath, opts...)

Callers

nothing calls this directly

Calls 1

RemoteRemoveMethod · 0.65

Tested by

no test coverage detected