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

Method registerAt

src/openms/source/CONCEPT/LogStream.cpp:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 void LogStreamNotifier::registerAt(LogStream & log)
410 {
411 unregister();
412 registered_at_ = &log;
413 log.insertNotification(stream_, *this);
414 }
415
416 // keep the given buffer
417 LogStream::LogStream(LogStreamBuf * buf, bool delete_buf, std::ostream * stream) :

Callers 1

LogStream_test.cppFile · 0.80

Calls 1

insertNotificationMethod · 0.80

Tested by

no test coverage detected