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

Method checkHandle

src/include/fb_blk.h:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 bool checkHandle() const
102 {
103 const TypedHandle* const thisPointer = this; // avoid warning
104 if (!thisPointer)
105 return false;
106
107 return (blockType == BLOCK_TYPE);
108 }
109
110private:
111 BlockType blockType;

Callers 5

getMethod · 0.80
CHECK_HANDLEFunction · 0.80
JRD_get_thread_dataFunction · 0.80
CHECK_TDBBFunction · 0.80
CHECK_DBBFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected