* Get the ending offset of this node in the email. * @return {long long} */
| 118 | * @return {long long} |
| 119 | */ |
| 120 | long long get_bodyEnd() const { |
| 121 | return m_bodyEnd; |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Get the value of a certain header field in this node. |
no outgoing calls
no test coverage detected
searching dependent graphs…