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

Function UserDefaultAvatarURLPath

internal/conf/static.go:538–540  ·  view source on GitHub ↗

UserDefaultAvatarURLPath returns the URL path of the default user avatar.

()

Source from the content-addressed store, hash-verified

536
537// UserDefaultAvatarURLPath returns the URL path of the default user avatar.
538func UserDefaultAvatarURLPath() string {
539 return Server.Subpath + "/img/avatar_default.png"
540}

Callers 1

AvatarURLPathMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected