| 125 | } |
| 126 | |
| 127 | static bool APIOutputLessStackIndex(const api::Output &a, const api::Output &b) { |
| 128 | return a.stack_index < b.stack_index; |
| 129 | } |
| 130 | static bool APIOutputEqualStackIndex(const api::Output &a, const api::Output &b) { |
| 131 | return a.stack_index == b.stack_index; |
| 132 | } |
nothing calls this directly
no outgoing calls
no test coverage detected