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

Method updateOrderTimestamp

api/pkg/entities/message.go:227–231  ·  view source on GitHub ↗
(timestamp time.Time)

Source from the content-addressed store, hash-verified

225}
226
227func (message *Message) updateOrderTimestamp(timestamp time.Time) {
228 if timestamp.UnixNano() > message.OrderTimestamp.UnixNano() {
229 message.OrderTimestamp = timestamp
230 }
231}

Callers 6

SentMethod · 0.95
FailedMethod · 0.95
DeliveredMethod · 0.95
ExpiredMethod · 0.95
NotificationScheduledMethod · 0.95
AddSendAttemptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected