MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / ignoreInapplicableValueExceptions

Function ignoreInapplicableValueExceptions

src/gui/idlepanel.cc:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static void ignoreInapplicableValueExceptions(std::function<void(void)> cb)
53{
54 try
55 {
56 cb();
57 }
58 catch (const InapplicableValueException* e)
59 {
60 /* swallow */
61 }
62}
63
64class IdlePanelImpl : public IdlePanelGen, public IdlePanel
65{

Callers 1

PrepareConfigMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected