* Get the starting offset of this node in the email. * @return {long long} */
| 110 | * @return {long long} |
| 111 | */ |
| 112 | long long get_bodyBegin() const { |
| 113 | return m_bodyBegin; |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Get the ending offset of this node in the email. |
no outgoing calls
no test coverage detected
searching dependent graphs…