MCPcopy Create free account
hub / github.com/gogs/gogs / Error

Method Error

internal/database/mirror.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (err MirrorNotExist) Error() string {
38 return fmt.Sprintf("mirror does not exist [repo_id: %d]", err.RepoID)
39}
40
41// Mirror represents mirror information of a repository.
42type Mirror struct {

Callers 6

AfterSetMethod · 0.45
readAddressMethod · 0.45
parseRemoteUpdateOutputFunction · 0.45
runSyncMethod · 0.45
MirrorUpdateFunction · 0.45
SyncMirrorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected