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

Function makeBoolResult

src/jrd/SysFunction.cpp:1095–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093
1094
1095void makeBoolResult(DataTypeUtilBase* dataTypeUtil, const SysFunction* function,
1096 dsc* result, int argsCount, const dsc** args)
1097{
1098 result->makeBoolean();
1099}
1100
1101
1102void makeVarBinary(dsc* result, int argsCount, const dsc** args, unsigned length)

Callers

nothing calls this directly

Calls 1

makeBooleanMethod · 0.80

Tested by

no test coverage detected