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

Method IsScheduled

api/pkg/entities/message.go:140–142  ·  view source on GitHub ↗

IsScheduled checks if a message is scheduled

()

Source from the content-addressed store, hash-verified

138
139// IsScheduled checks if a message is scheduled
140func (message *Message) IsScheduled() bool {
141 return message.Status == MessageStatusScheduled
142}
143
144// IsExpired checks if a message is expired
145func (message *Message) IsExpired() bool {

Callers 4

HandleMessageSentMethod · 0.80
HandleMessageExpiredMethod · 0.80
CheckExpiredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected