| 228 | } |
| 229 | |
| 230 | void NljBuilder::Reset() { |
| 231 | DCHECK(!is_separate_build_); |
| 232 | build_batch_cache_.Reset(); |
| 233 | input_build_batches_.Reset(); |
| 234 | copied_build_batches_.Reset(); |
| 235 | } |
| 236 | |
| 237 | void NljBuilder::Close(RuntimeState* state) { |
| 238 | if (closed_) return; |
no outgoing calls
no test coverage detected