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

Method sync

src/openms/source/CONCEPT/LogStream.cpp:298–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 }
297
298 int LogStreamBuf::sync()
299 {
300 int ret = 0;
301
302 ret = syncLF_();
303
304 return ret;
305 }
306
307 string LogStreamBuf::expandPrefix_
308 (const std::string & prefix, time_t time) const

Callers 3

removeMethod · 0.80
removeAllStreamsMethod · 0.80
LogStream_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected