Returns true if this node is a Buffer
| 267 | |
| 268 | // Returns true if this node is a Buffer |
| 269 | bool isBuffer() const { return m_node_type == kNodeType::Buffer; } |
| 270 | |
| 271 | // Returns true if this node is a Scalar |
| 272 | bool isScalar() const { return m_node_type == kNodeType::Scalar; } |
no outgoing calls
no test coverage detected