MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ALICE_main

Function ALICE_main

src/alice/alice.cpp:105–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103//
104
105int ALICE_main(Firebird::UtilSvc* uSvc)
106{
107 int exit_code = FINI_OK;
108
109 try {
110 exit_code = alice(uSvc);
111 }
112 catch (const Firebird::Exception& e)
113 {
114 Firebird::StaticStatusVector status;
115 e.stuffException(status);
116 uSvc->getStatusAccessor().setServiceStatus(status.begin());
117 uSvc->started();
118 exit_code = FB_FAILURE;
119 }
120
121 return exit_code;
122}
123
124//____________________________________________________________
125//

Callers

nothing calls this directly

Calls 6

aliceFunction · 0.85
stuffExceptionMethod · 0.45
setServiceStatusMethod · 0.45
getStatusAccessorMethod · 0.45
beginMethod · 0.45
startedMethod · 0.45

Tested by

no test coverage detected