| 128 | } |
| 129 | |
| 130 | void ProbeBatch::commit() |
| 131 | { |
| 132 | mProbeTree = make_unique<ProbeTree>(static_cast<int>(mProbes.size()), mProbes.data()); |
| 133 | } |
| 134 | |
| 135 | void ProbeBatch::addData(const BakedDataIdentifier& identifier, |
| 136 | unique_ptr<IBakedData> data) |
no test coverage detected