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

Method getNotificationCenter

src/tools/ecode/ecode.cpp:2881–2883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2879}
2880
2881NotificationCenter* App::getNotificationCenter() const {
2882 return mNotificationCenter.get();
2883}
2884
2885void App::fullscreenToggle() {
2886 mWindow->toggleFullscreen();

Callers 15

runMethod · 0.80
createRendererMenuMethod · 0.80
initSearchBarMethod · 0.80
runBuildMethod · 0.80
initGlobalSearchBarMethod · 0.80
doGlobalSearchMethod · 0.80
replaceEnvVarsFunction · 0.80
runConfigMethod · 0.80
prepareAndRunMethod · 0.80
runMethod · 0.80
debuggeeStoppedMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected