MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / emitDocumentChanged

Method emitDocumentChanged

src/jsplugin/JSPlugin.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30void JSPlugin::emitDocumentChanged()
31{
32 for (auto module : m_modules) {
33 module->emitDocumentChanged();
34 }
35}
36
37
38void JSPlugin::emitShowEvent()

Callers 1

handleDocumentChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected