| 592 | //------------------------------------------------------------------------- |
| 593 | |
| 594 | if ( pNode->HasSecondaryGraph() ) |
| 595 | { |
| 596 | pNode->GetSecondaryGraph()->FindAllNodesOfTypeAdvanced( typeID, matchFunction, results, mode, typeMatch ); |
| 597 | } |
| 598 | } |
| 599 | } |
| 600 | } |
| 601 | |
| 602 | void BaseGraph::DestroyNode( UUID const& nodeID ) |
| 603 | { |
no test coverage detected