//============================================================================= // // IsPatrolNode // // Returns TRUE if node is a patrol node // //============================================================================= xbool nav_map::IsPatrolNode( nav_node_slot_id NodeId ) { ng_node& Node = GetNodeByID(NodeId) ; // If connections are flagged as patrol routes, then this is a p
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected