MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / reset

Method reset

extlibs/catch/include/catch/catch.hpp:5310–5313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5308 return *this;
5309 }
5310 void reset() {
5311 Option<T>::reset();
5312 used = false;
5313 }
5314 bool used = false;
5315 };
5316

Callers

nothing calls this directly

Calls 1

resetFunction · 0.85

Tested by

no test coverage detected