Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ App
Method
App
examples/dbcrypt/CryptApplication.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
{
63
public:
64
App() :
65
master(fb_get_master_interface()),
66
statusWrapper(master->getStatus()), status(&statusWrapper),
67
p(NULL), att(NULL), tra(NULL)
68
{ }
69
70
~App()
71
{
Callers
nothing calls this directly
Calls
1
getStatus
Method · 0.45
Tested by
no test coverage detected