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

Method notifyDocumentLoaded

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

Source from the content-addressed store, hash-verified

4306}
4307
4308void TextDocument::notifyDocumentLoaded() {
4309 Lock l( mClientsMutex );
4310 for ( auto& client : mClients ) {
4311 client->onDocumentLoaded( this );
4312 }
4313}
4314
4315void TextDocument::notifyDocumentReloaded() {
4316 Lock l( mClientsMutex );

Callers

nothing calls this directly

Calls 1

onDocumentLoadedMethod · 0.45

Tested by

no test coverage detected