MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / ToString

Method ToString

message/message.go:532–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530}
531
532func (msg *PrivateMessage) ToString() string {
533 return ToReadableString(msg.Elements)
534}
535
536func (msg *PrivateMessage) GetElements() []IMessageElement {
537 return msg.Elements

Callers

nothing calls this directly

Calls 1

ToReadableStringFunction · 0.85

Tested by

no test coverage detected