MCPcopy Create free account
hub / github.com/SpartanJ/eepp / notifyDocumentReloaded

Method notifyDocumentReloaded

src/eepp/ui/doc/textdocument.cpp:4315–4320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4313}
4314
4315void TextDocument::notifyDocumentReloaded() {
4316 Lock l( mClientsMutex );
4317 for ( auto& client : mClients ) {
4318 client->onDocumentReloaded( this );
4319 }
4320}
4321
4322void TextDocument::notifyDocumentReset() {
4323 Lock l( mClientsMutex );

Callers

nothing calls this directly

Calls 1

onDocumentReloadedMethod · 0.45

Tested by

no test coverage detected