| 17 | } |
| 18 | |
| 19 | void GraphStatistics_IntroduceRelationship |
| 20 | ( |
| 21 | GraphStatistics *stats |
| 22 | ) { |
| 23 | ASSERT(stats && stats->edge_count); |
| 24 | array_append(stats->edge_count, 0); |
| 25 | } |
| 26 | |
| 27 | void GraphStatistics_IntroduceLabel |
| 28 | ( |
no outgoing calls
no test coverage detected