Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
705
bool dscHasData(const dsc* param)
706
{
707
return param && (param->dsc_length > 0);
708
}
709
710
711
const unsigned CRYPT_ARG_VALUE = 0;
Callers
3
evlEncryptDecrypt
Function · 0.85
evlRsaSign
Function · 0.85
evlRsaVerify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected