Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ dtor
Method
dtor
src/common/classes/init.h:105–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void dtor()
106
{
107
fb_assert(link);
108
if (link)
109
{
110
link->dtor();
111
link = NULL;
112
}
113
}
114
};
115
116
public:
Callers
nothing calls this directly
Calls
1
dtor
Method · 0.45
Tested by
no test coverage detected