MCPcopy
hub / github.com/apache/answer / DeleteUserDisplay

Function DeleteUserDisplay

pkg/converter/user.go:28–30  ·  view source on GitHub ↗
(userID string)

Source from the content-addressed store, hash-verified

26)
27
28func DeleteUserDisplay(userID string) string {
29 return utils.EnShortID(StringToInt64(userID), 100)
30}
31
32func GetMentionUsernameList(text string) []string {
33 re := regexp.MustCompile(`\[@([^\]]+)\]\(/users/[^\)]+\)`)

Callers 3

FormatUserBasicInfoMethod · 0.92

Calls 1

StringToInt64Function · 0.85

Tested by

no test coverage detected