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

Method isFull

src/jrd/trace/TraceLog.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287bool TraceLog::isFull()
288{
289 TraceLogGuard guard(this);
290 TraceLogHeader* header = m_sharedMemory->getHeader();
291 return header->flags & FLAG_FULL;
292}
293
294void TraceLog::setFullMsg(const char* str)
295{

Callers 2

readSessionMethod · 0.80
writeMethod · 0.80

Calls 1

getHeaderMethod · 0.45

Tested by

no test coverage detected