(node *Node)
| 1510 | func (node *DeclarationBase) DeclarationData() *DeclarationBase { return node } |
| 1511 | |
| 1512 | func IsDeclarationNode(node *Node) bool { |
| 1513 | return node.DeclarationData() != nil |
| 1514 | } |
| 1515 | |
| 1516 | // ExportableBase |
| 1517 |
no test coverage detected