RepositoryLocalWikiPath returns the absolute path of the repository local wiki copy with the given ID.
(repoID int64)
| 70 | // RepositoryLocalWikiPath returns the absolute path of the repository local |
| 71 | // wiki copy with the given ID. |
| 72 | func RepositoryLocalWikiPath(repoID int64) string { |
| 73 | return filepath.Join(conf.Server.AppDataPath, "tmp", "local-wiki", strconv.FormatInt(repoID, 10)) |
| 74 | } |
no outgoing calls