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

Method get

src/common/classes/ImplementHelper.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138ReferenceCounterDebugger* ReferenceCounterDebugger::get(DebugEvent code)
139{
140 IDebug* d = MasterInterfacePtr()->getDebug();
141 return d ? d->get(code) : NULL;
142}
143
144IDebug* getImpDebug()
145{

Callers

nothing calls this directly

Calls 1

MasterInterfacePtrClass · 0.85

Tested by

no test coverage detected