* Returns ResourceElement associated with this ResourceChild. It can be either ResourceNode or ResourceLeaf. * * @return Associated ResourceElement. */
| 181 | * @return Associated ResourceElement. |
| 182 | */ |
| 183 | ResourceElement* ResourceChild::getNode() |
| 184 | { |
| 185 | return child; |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * Returns ResourceElement associated with this ResourceChild. It can be either ResourceNode or ResourceLeaf. |
no outgoing calls
no test coverage detected