Home
last modified time | relevance | path

Searched refs:IsErrLFSUnauthorizedAction (Results 1 – 2 of 2) sorted by relevance

/dports/www/gitea/gitea-1.16.5/services/lfs/
H A Dlocks.go183 if models.IsErrLFSUnauthorizedAction(err) {
306 if models.IsErrLFSUnauthorizedAction(err) {
/dports/www/gitea/gitea-1.16.5/models/
H A Derror.go231 func IsErrLFSUnauthorizedAction(err error) bool { func