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

Method IsDelivered

api/pkg/entities/message.go:130–132  ·  view source on GitHub ↗

IsDelivered checks if a message is delivered

()

Source from the content-addressed store, hash-verified

128
129// IsDelivered checks if a message is delivered
130func (message *Message) IsDelivered() bool {
131 return message.Status == MessageStatusDelivered
132}
133
134// IsPending checks if a message is pending
135func (message *Message) IsPending() bool {

Callers 2

HandleMessageSentMethod · 0.80
HandleMessageFailedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected