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

Function flush

src/openms/source/INTERFACES_IMPL/MockImplementation.cpp:103–106  ·  view source on GitHub ↗

write all cached data to disk

Source from the content-addressed store, hash-verified

101 }
102 /// write all cached data to disk
103 void flush() override
104 {
105 // do nothing
106 }
107 };
108 // create an instance of the mock object to test
109 MockISpectraWriter test_mock_specrta_writer;

Callers 6

correct_test.phpFile · 0.85
flushMethod · 0.85
~MSDataSqlConsumerMethod · 0.85
consumeSpectrumMethod · 0.85
consumeChromatogramMethod · 0.85
LogStream_test.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected