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

Method remove

src/openms/source/CONCEPT/LogStream.cpp:451–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 void LogStream::remove(std::ostream & stream)
452 {
453 if (!bound_())
454 return;
455
456 StreamIterator it = findStream_(stream);
457 if (it != rdbuf()->stream_list_.end())
458 {
459 rdbuf()->sync();
460 // HINT: we do NOT clear the cache (because we cannot access it from here)
461 // and we do not flush incomplete_line_!!!
462 rdbuf()->stream_list_.erase(it);
463 }
464 }
465
466 void LogStream::removeAllStreams()
467 {

Callers 6

removeClusterMethod · 0.45
unregisterMethod · 0.45
configureMethod · 0.45
readFromOBOFileMethod · 0.45
readFromOBOFileMethod · 0.45
addIonMatchStatisticsMethod · 0.45

Calls 3

syncMethod · 0.80
endMethod · 0.45
eraseMethod · 0.45

Tested by 1

addIonMatchStatisticsMethod · 0.36