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

Method getName

src/lock/print.cpp:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 USHORT getType() const override { return Firebird::SharedMemoryBase::SRAM_LOCK_MANAGER; }
163 USHORT getVersion() const override { return LHB_VERSION; }
164 const char* getName() const override { return "LockManager"; }
165
166 private:
167 bool sh_mem_consistency;

Callers 7

parseMethod · 0.45
pass1Method · 0.45
executeMethod · 0.45
executeProcedureMethod · 0.45
executeMethod · 0.45
authenticateMethod · 0.45
dumpDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected