| 518 | // Single-message helper methods |
| 519 | bool IsMsgTx() const { return type == MSG_TX; } |
| 520 | bool IsMsgBlk() const { return type == MSG_BLOCK; } |
| 521 | bool IsMsgWtx() const { return type == MSG_WTX; } |
| 522 | bool IsMsgFilteredBlk() const { return type == MSG_FILTERED_BLOCK; } |
| 523 | bool IsMsgCmpctBlk() const { return type == MSG_CMPCT_BLOCK; } |
no outgoing calls
no test coverage detected