Routines to access the value and its type */
| 3568 | |
| 3569 | /* Routines to access the value and its type */ |
| 3570 | const char *ptr() const { return m_ptr; } |
| 3571 | ulong length() const { return m_length; } |
| 3572 | Item_result type() const { return m_type; } |
| 3573 | /* Item-alike routines to access the value */ |
no outgoing calls
no test coverage detected