mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
[DEADCODE] update deadcode-out (squash) update
This commit is contained in:
parent
e16f5b02c6
commit
aef379c5f5
|
@ -179,7 +179,6 @@ package "code.gitea.io/gitea/modules/cache"
|
||||||
package "code.gitea.io/gitea/modules/charset"
|
package "code.gitea.io/gitea/modules/charset"
|
||||||
func (*BreakWriter).Write
|
func (*BreakWriter).Write
|
||||||
func ToUTF8
|
func ToUTF8
|
||||||
func EscapeControlString
|
|
||||||
|
|
||||||
package "code.gitea.io/gitea/modules/context"
|
package "code.gitea.io/gitea/modules/context"
|
||||||
func GetPrivateContext
|
func GetPrivateContext
|
||||||
|
@ -200,6 +199,7 @@ package "code.gitea.io/gitea/modules/git"
|
||||||
func (ErrExecTimeout).Error
|
func (ErrExecTimeout).Error
|
||||||
func (ErrUnsupportedVersion).Error
|
func (ErrUnsupportedVersion).Error
|
||||||
func SetUpdateHook
|
func SetUpdateHook
|
||||||
|
func EmptyObjectID
|
||||||
func openRepositoryWithDefaultContext
|
func openRepositoryWithDefaultContext
|
||||||
func GetBranchCommitID
|
func GetBranchCommitID
|
||||||
func IsTagExist
|
func IsTagExist
|
||||||
|
@ -309,6 +309,9 @@ package "code.gitea.io/gitea/modules/translation"
|
||||||
func (MockLocale).TrN
|
func (MockLocale).TrN
|
||||||
func (MockLocale).PrettyNumber
|
func (MockLocale).PrettyNumber
|
||||||
|
|
||||||
|
package "code.gitea.io/gitea/modules/util"
|
||||||
|
func UnsafeStringToBytes
|
||||||
|
|
||||||
package "code.gitea.io/gitea/modules/util/filebuffer"
|
package "code.gitea.io/gitea/modules/util/filebuffer"
|
||||||
func CreateFromReader
|
func CreateFromReader
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue