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

Function dscHasData

src/jrd/SysFunction.cpp:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703
704
705bool dscHasData(const dsc* param)
706{
707 return param && (param->dsc_length > 0);
708}
709
710
711const unsigned CRYPT_ARG_VALUE = 0;

Callers 3

evlEncryptDecryptFunction · 0.85
evlRsaSignFunction · 0.85
evlRsaVerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected