Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void JSPlugin::emitDocumentChanged()
31
{
32
for (auto module : m_modules) {
33
module->emitDocumentChanged();
34
}
35
}
36
37
38
void JSPlugin::emitShowEvent()
Callers
1
handleDocumentChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected