MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / IsSent

Method IsSent

api/pkg/entities/message.go:155–157  ·  view source on GitHub ↗

IsSent determines if a message has been sent

()

Source from the content-addressed store, hash-verified

153
154// IsSent determines if a message has been sent
155func (message *Message) IsSent() bool {
156 return message.Status == MessageStatusSent
157}
158
159// Sent registers a message as sent
160func (message *Message) Sent(timestamp time.Time) *Message {

Callers 2

HandleMessageSentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected