Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getDefCryptCallback
Function
getDefCryptCallback
src/jrd/jrd.cpp:774–777 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
772
DefaultCallback defCallback;
773
774
ICryptKeyCallback* getDefCryptCallback(ICryptKeyCallback* callback)
775
{
776
return callback ? callback : &defCallback;
777
}
778
} // anonymous
779
780
Callers
2
internalAttach
Method · 0.85
createDatabase
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected