MCPcopy 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
405func (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
412func NewDice(value uint32) *FaceElement {
413 if value > 6 {

Callers

nothing calls this directly

Calls 1

B2SFunction · 0.92

Tested by

no test coverage detected