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

Function MOV_get_boolean

src/jrd/mov.cpp:102–105  ·  view source on GitHub ↗

Get the value of a boolean descriptor.

Source from the content-addressed store, hash-verified

100
101// Get the value of a boolean descriptor.
102bool MOV_get_boolean(const dsc* desc)
103{
104 return CVT_get_boolean(desc, ERR_post);
105}
106
107
108double MOV_get_double(Jrd::thread_db* tdbb, const dsc* desc)

Callers 2

executeMethod · 0.85
compressFunction · 0.85

Calls 1

CVT_get_booleanFunction · 0.85

Tested by

no test coverage detected