Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getData
Method
getData
src/jrd/extds/ValidatePassword.cpp:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
const unsigned char* getData(unsigned int* length) override
95
{
96
*length = data.getCount();
97
return data.begin();
98
}
99
100
void putData(CheckStatusWrapper* status, unsigned int length, const void* d) override;
101
Callers
nothing calls this directly
Calls
2
getCount
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected