MCPcopy Create free account
hub / github.com/3rdparty/libprocess / revert

Method revert

include/process/logging.hpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void revert()
71 {
72 if (timeout.remaining() == Seconds(0)) {
73 set(original);
74 }
75 }
76
77 static const std::string TOGGLE_HELP();
78

Callers

nothing calls this directly

Calls 2

setFunction · 0.85
remainingMethod · 0.45

Tested by

no test coverage detected