| 1489 | } |
| 1490 | |
| 1491 | static inline bool offer_status_active(enum offer_status s) |
| 1492 | { |
| 1493 | return s & OFFER_STATUS_ACTIVE_F; |
| 1494 | } |
| 1495 | |
| 1496 | static inline bool offer_status_single(enum offer_status s) |
| 1497 | { |
no outgoing calls
no test coverage detected