Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ WikiPath
Method
WikiPath
internal/database/wiki.go:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(r *Repository) WikiPath() string {
59
return
WikiPath(r.MustOwner().Name, r.Name)
60
}
61
62
// HasWiki returns true if repository has wiki.
63
func
(r *Repository) HasWiki() bool {
Callers
11
HasWiki
Method · 0.95
InitWiki
Method · 0.95
UpdateLocalWiki
Method · 0.95
DeleteWiki
Method · 0.95
runSync
Method · 0.80
CleanUpMigrateInfo
Function · 0.80
ChangeRepositoryName
Function · 0.80
SyncRepositoryHooks
Function · 0.80
renderWikiPage
Function · 0.80
Wiki
Function · 0.80
WikiPages
Function · 0.80
Implementers
2
Repository
internal/database/repo.go
mailerRepo
internal/database/issue_mail.go
Calls
2
MustOwner
Method · 0.95
WikiPath
Function · 0.85
Tested by
no test coverage detected