MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / getMessageTimestamp

Function getMessageTimestamp

microsoft-email.js:190–193  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

188 }
189
190 function getMessageTimestamp(message) {
191 const value = Date.parse(message?.receivedDateTime || message?.createdDateTime || '');
192 return Number.isFinite(value) ? value : 0;
193 }
194
195 function getMessageSearchText(message) {
196 return [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected