MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / isRunning

Method isRunning

src/openms/source/SYSTEM/StopWatch.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 bool StopWatch::isRunning() const
254 {
255 return is_running_;
256 }
257
258 bool StopWatch::operator!=(const StopWatch & stop_watch) const
259 {

Callers 1

StopWatch_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected