MCPcopy Create free account
hub / github.com/cinder/Cinder / emitCleanup

Method emitCleanup

src/cinder/app/AppBase.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void AppBase::emitCleanup()
258{
259 mSignalCleanup.emit();
260 cleanup();
261}
262
263void AppBase::emitWillResignActive()
264{

Callers 4

eventHandlerMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 2

emitMethod · 0.80
cleanupFunction · 0.50

Tested by

no test coverage detected