Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/answer
/ IDStr12
Function
IDStr12
pkg/uid/id.go:51–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
IDStr12() string {
52
id := snowFlakeIDGenerator.Generate()
53
return
id.Base58()
54
}
55
56
func
IDStr() string {
57
id := snowFlakeIDGenerator.Generate()
Callers
4
UploadAvatarFile
Method · 0.92
UploadPostFile
Method · 0.92
UploadPostAttachment
Method · 0.92
UploadBrandingFile
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected