(date)
| 18311 | return decision; |
| 18312 | } |
| 18313 | function clearMilliseconds(date) { |
| 18314 | return new Date(date.getFullYear(), date.getMonth(), date.getDate(), date.getHours(), date.getMinutes(), date.getSeconds(), 0); |
| 18315 | } |
| 18316 | function isDeletedOccurrence(event2) { |
| 18317 | return !!event2.deleted; |
| 18318 | } |
no outgoing calls
no test coverage detected