| 59 | ////////////////////////////////////////////////////////////////////////////// |
| 60 | |
| 61 | static inline size_t graph_max_num_arcs(const struct graph *graph) |
| 62 | { |
| 63 | return graph->max_num_arcs; |
| 64 | } |
| 65 | static inline size_t graph_max_num_nodes(const struct graph *graph) |
| 66 | { |
| 67 | return graph->max_num_nodes; |
no outgoing calls
no test coverage detected