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

Method ToString

message/message.go:552–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

550}
551
552func (msg *TempMessage) ToString() string {
553 return ToReadableString(msg.Elements)
554}
555
556func (msg *TempMessage) GetElements() []IMessageElement {
557 return msg.Elements

Callers

nothing calls this directly

Calls 1

ToReadableStringFunction · 0.85

Tested by

no test coverage detected