| 97 | |
| 98 | template<class Tracer> |
| 99 | forceinline void |
| 100 | Probe<Tracer>::init(Space* s) { |
| 101 | cur = s; d = 0U; exhausted = true; |
| 102 | if (tracer) |
| 103 | tracer.ei()->invalidate(); |
| 104 | } |
| 105 | |
| 106 | template<class Tracer> |
| 107 | forceinline void |
no test coverage detected