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

Method getType

src/jrd/trace/TraceLog.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 bool initialize(Firebird::SharedMemoryBase*, bool) override;
66
67 USHORT getType() const override { return Firebird::SharedMemoryBase::SRAM_TRACE_LOG; }
68 USHORT getVersion() const override { return TraceLogHeader::TRACE_LOG_VERSION; }
69 const char* getName() const override { return "TraceLog"; }
70

Callers 2

doPrepareMethod · 0.45
fieldEqualFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected