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

Method IsPending

api/pkg/entities/message.go:135–137  ·  view source on GitHub ↗

IsPending checks if a message is pending

()

Source from the content-addressed store, hash-verified

133
134// IsPending checks if a message is pending
135func (message *Message) IsPending() bool {
136 return message.Status == MessageStatusPending
137}
138
139// IsScheduled checks if a message is scheduled
140func (message *Message) IsScheduled() bool {

Callers 4

NotificationScheduledMethod · 0.95
HandleMessageExpiredMethod · 0.80
CheckExpiredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected