| 164 | } |
| 165 | |
| 166 | void Accumulator::extractForSpill( |
| 167 | folly::Range<char**> groups, |
| 168 | VectorPtr& result) const { |
| 169 | spillExtractFunction_(groups, result); |
| 170 | } |
| 171 | |
| 172 | void Accumulator::extractForOutput( |
| 173 | folly::Range<char**> groups, |
no outgoing calls
no test coverage detected