MCPcopy 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
51func IDStr12() string {
52 id := snowFlakeIDGenerator.Generate()
53 return id.Base58()
54}
55
56func IDStr() string {
57 id := snowFlakeIDGenerator.Generate()

Callers 4

UploadAvatarFileMethod · 0.92
UploadPostFileMethod · 0.92
UploadPostAttachmentMethod · 0.92
UploadBrandingFileMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected