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

Method replStateAst

src/jrd/Database.cpp:464–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 int Database::replStateAst(void* ast_object)
465 {
466 Database* const dbb = static_cast<Database*>(ast_object);
467
468 try
469 {
470 AsyncContextHolder tdbb(dbb, FB_FUNCTION);
471
472 dbb->invalidateReplState(tdbb, false);
473 }
474 catch (const Exception&)
475 {} // no-op
476
477 return 0;
478 }
479
480 void Database::initGlobalObjects()
481 {

Callers

nothing calls this directly

Calls 1

invalidateReplStateMethod · 0.80

Tested by

no test coverage detected