Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/allanrbo/filesremote
/ OnExceptionInMainLoop
Method
OnExceptionInMainLoop
src/main.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
virtual bool OnExceptionInMainLoop() {
220
showException();
221
return false;
222
}
223
};
224
225
IMPLEMENT_APP(FilesRemoteApp)
Callers
nothing calls this directly
Calls
1
showException
Function · 0.85
Tested by
no test coverage detected