Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ FaceIDString
Method
FaceIDString
message/elements.go:405–410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
403
}
404
405
func
(e *MarketFaceElement) FaceIDString() string {
406
if
e.MediaType == 2 {
407
return
utils.B2S(e.FaceID)
408
}
409
return
fmt.Sprintf(
"%x"
, e.FaceID)
410
}
411
412
func
NewDice(value uint32) *FaceElement {
413
if
value > 6 {
Callers
nothing calls this directly
Calls
1
B2S
Function · 0.92
Tested by
no test coverage detected