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

Method getInstance

src/jrd/EngineInterface.h:537–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535 { }
536
537 static JProvider* getInstance()
538 {
539 JProvider* p = FB_NEW JProvider(NULL);
540 p->addRef();
541 return p;
542 }
543
544 Firebird::ICryptKeyCallback* getCryptCallback()
545 {

Callers

nothing calls this directly

Calls 2

JProviderClass · 0.85
addRefMethod · 0.45

Tested by

no test coverage detected