Return the size of the size of the buffer node in bytes. Zero otherwise
| 264 | |
| 265 | // Return the size of the size of the buffer node in bytes. Zero otherwise |
| 266 | virtual size_t getBytes() const { return 0; } |
| 267 | |
| 268 | // Returns true if this node is a Buffer |
| 269 | bool isBuffer() const { return m_node_type == kNodeType::Buffer; } |
no outgoing calls
no test coverage detected