| 32 | const node_ref* ref() const { return m_pRef.get(); } |
| 33 | |
| 34 | bool is_defined() const { return m_pRef->is_defined(); } |
| 35 | const Mark& mark() const { return m_pRef->mark(); } |
| 36 | NodeType::value type() const { return m_pRef->type(); } |
| 37 |
no outgoing calls
no test coverage detected